Make gas.new default for i386 and sparc.

This commit is contained in:
kristerw 1998-11-16 18:49:54 +00:00
parent 2cf75c4c03
commit 54cd15a72e
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.58 1998/11/05 04:14:56 jonathan Exp $
# $NetBSD: Makefile,v 1.59 1998/11/16 18:49:54 kristerw Exp $
# XXX Temporary for USE_EGCS
.include <bsd.own.mk>
@ -7,7 +7,8 @@ SUBDIR+= bc binutils cpio dc diff diff3 gawk grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar gdb
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "arm32") || \
(${MACHINE_ARCH} == "mips") || (${MACHINE_ARCH} == "vax")
(${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "vax")
SUBDIR+= gas.new
.else
SUBDIR+= gas