Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Complete the switch to NEW_TOOLCHAIN for sh3e[lb].
details: https://anonhg.NetBSD.org/src/rev/4698734334b0
branches: trunk
changeset: 526178:4698734334b0
user: groo <groo%NetBSD.org@localhost>
date: Fri Apr 26 19:16:04 2002 +0000
description:
Complete the switch to NEW_TOOLCHAIN for sh3e[lb].
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 7492824e43c1 -r 4698734334b0 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Apr 26 18:04:58 2002 +0000
+++ b/share/mk/bsd.own.mk Fri Apr 26 19:16:04 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.288 2002/04/26 15:02:02 lukem Exp $
+# $NetBSD: bsd.own.mk,v 1.289 2002/04/26 19:16:04 groo Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -13,8 +13,7 @@
# Temporary; this will become default when all platforms have migrated.
# List all the platforms that have NOT switched, since the majority have.
-.if !(${MACHINE_ARCH} == "ns32k" || \
- ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el")
+.if !(${MACHINE_ARCH} == "ns32k")
USE_NEW_TOOLCHAIN=nowarn
.endif
Home |
Main Index |
Thread Index |
Old Index