Make sun2 use the new toolchain.

This commit is contained in:
thorpej 2002-01-28 21:46:49 +00:00
parent 74474e4e91
commit 186e6c6ef1
1 changed files with 2 additions and 3 deletions

View File

@ -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 @@ NEED_OWN_INSTALL_TARGET?= yes
${MACHINE_ARCH} == "sh3eb" || ${MACHINE_ARCH} == "sh3el" || \
${MACHINE_ARCH} == "vax" || \
${MACHINE} == "amiga" || \
${MACHINE} == "mac68k" || \
${MACHINE} == "sun2")
${MACHINE} == "mac68k")
USE_NEW_TOOLCHAIN=nowarn
.endif
.endif