Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk If USE_NEW_TOOLCHAIN is defined and set to yes trea...



details:   https://anonhg.NetBSD.org/src/rev/56f1f6a59008
branches:  trunk
changeset: 518687:56f1f6a59008
user:      jmc <jmc%NetBSD.org@localhost>
date:      Tue Dec 04 04:25:21 2001 +0000

description:
If USE_NEW_TOOLCHAIN is defined and set to yes treat that as a match (and then
reset it to nowarn so it lines up with ported platforms).

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 67782d13e7a4 -r 56f1f6a59008 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Dec 04 03:04:16 2001 +0000
+++ b/share/mk/bsd.own.mk       Tue Dec 04 04:25:21 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.227 2001/11/29 23:53:23 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.228 2001/12/04 04:25:21 jmc Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -19,7 +19,8 @@
     ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "sparc" || \
-    ${MACHINE_ARCH} == "sparc64"
+    ${MACHINE_ARCH} == "sparc64" || \
+    defined(USE_NEW_TOOLCHAIN) && ${USE_NEW_TOOLCHAIN} == "yes"
 USE_NEW_TOOLCHAIN=nowarn
 .endif
 .endif



Home | Main Index | Thread Index | Old Index