Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk turn on GCC3 for armeb
details: https://anonhg.NetBSD.org/src/rev/89bac2334085
branches: trunk
changeset: 554332:89bac2334085
user: mrg <mrg%NetBSD.org@localhost>
date: Mon Oct 27 01:45:20 2003 +0000
description:
turn on GCC3 for armeb
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 59d2d344e9d5 -r 89bac2334085 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Oct 27 01:42:50 2003 +0000
+++ b/share/mk/bsd.own.mk Mon Oct 27 01:45:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.384 2003/10/27 01:35:12 uwe Exp $
+# $NetBSD: bsd.own.mk,v 1.385 2003/10/27 01:45:20 mrg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -33,7 +33,6 @@
#
# not working:
#
-# ${MACHINE_ARCH} == "armeb" ||
# ${MACHINE_ARCH} == "m68000" ||
# ${MACHINE_ARCH} == "sh3eb" ||
# ${MACHINE_ARCH} == "vax" ||
@@ -41,6 +40,7 @@
# ${MACHINE_ARCH} == "sh3el" ||
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
+ ${MACHINE_ARCH} == "armeb" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "m68k" || \
Home |
Main Index |
Thread Index |
Old Index