Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc/lib Use MACHINE_CPU instead of MACHINE_ARCH
details: https://anonhg.NetBSD.org/src/rev/183a799866c3
branches: trunk
changeset: 786565:183a799866c3
user: matt <matt%NetBSD.org@localhost>
date: Wed May 01 19:56:47 2013 +0000
description:
Use MACHINE_CPU instead of MACHINE_ARCH
diffstat:
external/gpl3/gcc/lib/Makefile.hacks | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r dd7b819031e3 -r 183a799866c3 external/gpl3/gcc/lib/Makefile.hacks
--- a/external/gpl3/gcc/lib/Makefile.hacks Wed May 01 18:56:48 2013 +0000
+++ b/external/gpl3/gcc/lib/Makefile.hacks Wed May 01 19:56:47 2013 +0000
@@ -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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index