Module Name:    src
Committed By:   matt
Date:           Wed May  1 19:56:48 UTC 2013

Modified Files:
        src/external/gpl3/gcc/lib: Makefile.hacks

Log Message:
Use MACHINE_CPU instead of MACHINE_ARCH


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/Makefile.hacks

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/lib/Makefile.hacks
diff -u src/external/gpl3/gcc/lib/Makefile.hacks:1.2 src/external/gpl3/gcc/lib/Makefile.hacks:1.3
--- src/external/gpl3/gcc/lib/Makefile.hacks:1.2	Sun Jul  3 07:23:19 2011
+++ src/external/gpl3/gcc/lib/Makefile.hacks	Wed May  1 19:56:47 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.hacks,v 1.2 2011/07/03 07:23:19 mrg Exp $
+#	$NetBSD: Makefile.hacks,v 1.3 2013/05/01 19:56:47 matt Exp $
 
 # some random crap we need in a few places
 
@@ -14,7 +14,7 @@ CLEANFILES+=	${FAKEHEADERS}
 # one here to help build libs before gcc itself is built.
 
 # XXX arm hack
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "armeb"
+.if ${MACHINE_CPU} == "arm"
 ${OBJS}: insn-modes.h
 # XXX XXX
 ${__DPSRCS.d}: insn-modes.h

Reply via email to