Source-Changes-HG archive

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

[src/trunk]: src/share/mk Make sun2 use the new toolchain.



details:   https://anonhg.NetBSD.org/src/rev/9ca1a95f4bb1
branches:  trunk
changeset: 521341:9ca1a95f4bb1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jan 28 21:46:49 2002 +0000

description:
Make sun2 use the new toolchain.

diffstat:

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

diffs (19 lines):

diff -r aa13f436dbf8 -r 9ca1a95f4bb1 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jan 28 21:39:07 2002 +0000
+++ b/share/mk/bsd.own.mk       Mon Jan 28 21:46:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.261 2002/01/28 19:22:52 thorpej Exp $
+#      $NetBSD: bsd.own.mk,v 1.262 2002/01/28 21:46:49 thorpej Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -21,8 +21,7 @@
       ${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
       ${MACHINE_ARCH} == "vax"   || \
       ${MACHINE} == "amiga"      || \
-      ${MACHINE} == "mac68k"     || \
-      ${MACHINE} == "sun2")
+      ${MACHINE} == "mac68k")
 USE_NEW_TOOLCHAIN=nowarn
 .endif
 .endif



Home | Main Index | Thread Index | Old Index