Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch MACHINE_ARCH arm to GCC 3.3.1
details: https://anonhg.NetBSD.org/src/rev/320a9305da9c
branches: trunk
changeset: 552226:320a9305da9c
user: matt <matt%NetBSD.org@localhost>
date: Sun Sep 21 20:16:47 2003 +0000
description:
Switch MACHINE_ARCH arm to GCC 3.3.1
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r ce4eedbb4083 -r 320a9305da9c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Sep 21 20:16:10 2003 +0000
+++ b/share/mk/bsd.own.mk Sun Sep 21 20:16:47 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.360 2003/09/19 08:15:46 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.361 2003/09/21 20:16:47 matt Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -40,11 +40,11 @@
# ${MACHINE_ARCH} == "sh3eb" ||
# ${MACHINE_ARCH} == "powerpc" ||
# mostly working,:
-# ${MACHINE_ARCH} == "arm" ||
# ${MACHINE_ARCH} == "m68k" ||
# ${MACHINE_ARCH} == "mipseb" ||
# ${MACHINE_ARCH} == "mipsel" ||
.if ${MACHINE_ARCH} == "alpha" || \
+ ${MACHINE_ARCH} == "arm" ||
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "sparc64"
Home |
Main Index |
Thread Index |
Old Index