Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch NetBSD/sparc to the new toolchain.



details:   https://anonhg.NetBSD.org/src/rev/09372e997b33
branches:  trunk
changeset: 516974:09372e997b33
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Nov 03 20:26:56 2001 +0000

description:
Switch NetBSD/sparc to the new toolchain.

diffstat:

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

diffs (17 lines):

diff -r 575f8e8368c4 -r 09372e997b33 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Nov 03 20:24:42 2001 +0000
+++ b/share/mk/bsd.own.mk       Sat Nov 03 20:26:56 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.205 2001/11/02 05:21:51 tv Exp $
+#      $NetBSD: bsd.own.mk,v 1.206 2001/11/03 20:26:56 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -11,6 +11,7 @@
 .undef USE_NEW_TOOLCHAIN       # unset
 .else
 .if ${MACHINE_ARCH} == "i386" || \
+    ${MACHINE_ARCH} == "sparc' || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "arm26"
 USE_NEW_TOOLCHAIN=yes  # set



Home | Main Index | Thread Index | Old Index