Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch sun2 to GCC3
details: https://anonhg.NetBSD.org/src/rev/8118a9237f0d
branches: trunk
changeset: 554904:8118a9237f0d
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Nov 04 07:14:24 2003 +0000
description:
switch sun2 to GCC3
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 53c182803cba -r 8118a9237f0d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Nov 04 05:50:54 2003 +0000
+++ b/share/mk/bsd.own.mk Tue Nov 04 07:14:24 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.388 2003/11/03 00:30:34 sekiya Exp $
+# $NetBSD: bsd.own.mk,v 1.389 2003/11/04 07:14:24 mrg Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -37,12 +37,12 @@
# ${MACHINE_ARCH} == "vax" ||
# mostly working:
# ${MACHINE_ARCH} == "sh3el" ||
-# ${MACHINE_ARCH} == "m68000" ||
.if ${MACHINE_ARCH} == "alpha" || \
${MACHINE_ARCH} == "arm" || \
${MACHINE_ARCH} == "armeb" || \
${MACHINE_ARCH} == "hppa" || \
${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "m68000" || \
${MACHINE_ARCH} == "m68k" || \
${MACHINE_ARCH} == "mipseb" || \
${MACHINE_ARCH} == "mipsel" || \
Home |
Main Index |
Thread Index |
Old Index