Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/2639b631ac80
branches:  trunk
changeset: 516983:2639b631ac80
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Nov 04 01:36:18 2001 +0000

description:
Switch PowerPC to the new toolchain.

diffstat:

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

diffs (17 lines):

diff -r 1a3b603748d6 -r 2639b631ac80 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Nov 04 01:23:49 2001 +0000
+++ b/share/mk/bsd.own.mk       Sun Nov 04 01:36:18 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.207 2001/11/03 20:46:25 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.208 2001/11/04 01:36:18 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} == "powerpc" || \
     ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "arm26"



Home | Main Index | Thread Index | Old Index