Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Flip HAVE_GCC3 switch for sh3 ports.
details: https://anonhg.NetBSD.org/src/rev/3a819a385efc
branches: trunk
changeset: 558681:3a819a385efc
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Feb 22 01:41:39 2004 +0000
description:
Flip HAVE_GCC3 switch for sh3 ports.
diffstat:
share/mk/bsd.own.mk | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r a645686e201b -r 3a819a385efc share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Feb 22 01:39:43 2004 +0000
+++ b/share/mk/bsd.own.mk Sun Feb 22 01:41:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.410 2004/02/13 05:13:37 lukem Exp $
+# $NetBSD: bsd.own.mk,v 1.411 2004/02/22 01:41:39 uwe Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -31,9 +31,7 @@
#
# not working:
#
-.if ${MACHINE_ARCH} == "sh3el" || \
- ${MACHINE_ARCH} == "sh3eb" || \
- ${MACHINE_ARCH} == "vax"
+.if ${MACHINE_ARCH} == "vax"
HAVE_GCC3?= no
.else
HAVE_GCC3?= yes
Home |
Main Index |
Thread Index |
Old Index