Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Change VAX to default to new toolchain.
details: https://anonhg.NetBSD.org/src/rev/c311389eb43d
branches: trunk
changeset: 524790:c311389eb43d
user: matt <matt%NetBSD.org@localhost>
date: Sat Mar 30 21:53:27 2002 +0000
description:
Change VAX to default to new toolchain.
diffstat:
share/mk/bsd.own.mk | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r ac4a82da734f -r c311389eb43d share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Mar 30 20:28:13 2002 +0000
+++ b/share/mk/bsd.own.mk Sat Mar 30 21:53:27 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.278 2002/03/28 06:59:39 matt Exp $
+# $NetBSD: bsd.own.mk,v 1.279 2002/03/30 21:53:27 matt Exp $
.if !defined(_BSD_OWN_MK_)
_BSD_OWN_MK_=1
@@ -15,8 +15,7 @@
# List all the platforms that have NOT switched, since the majority have.
.if !(${MACHINE_ARCH} == "arm32" || \
${MACHINE_ARCH} == "ns32k" || \
- ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
- (${MACHINE_ARCH} == "vax" && ${OBJECT_FMT} != "ELF"))
+ ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el")
USE_NEW_TOOLCHAIN=nowarn
.endif
Home |
Main Index |
Thread Index |
Old Index