Module Name:    src
Committed By:   mrg
Date:           Wed Jun 29 02:17:36 UTC 2011

Modified Files:
        src/external/gpl3/gcc/usr.bin/backend: Makefile

Log Message:
apply some .if checks upon dependancies.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/usr.bin/backend/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/usr.bin/backend/Makefile
diff -u src/external/gpl3/gcc/usr.bin/backend/Makefile:1.5 src/external/gpl3/gcc/usr.bin/backend/Makefile:1.6
--- src/external/gpl3/gcc/usr.bin/backend/Makefile:1.5	Wed Jun 29 02:01:37 2011
+++ src/external/gpl3/gcc/usr.bin/backend/Makefile	Wed Jun 29 02:17:35 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.5 2011/06/29 02:01:37 mrg Exp $
+#	$NetBSD: Makefile,v 1.6 2011/06/29 02:17:35 mrg Exp $
 
 LIBISPRIVATE=	yes
 
@@ -327,7 +327,9 @@
 cgraphunit.d cgraphunit.o: gcov-io.h
 vec.lo: gtype-desc.h
 # XXX
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 i386.d i386.o: tm-constrs.h
+.endif
 
 COPTS+=-Wno-stack-protector
 

Reply via email to