Have the ns32k architecure use gcc instead of gcc2.

This commit is contained in:
phil 1995-12-03 21:13:18 +00:00
parent fc587cf917
commit f5d344126b
1 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: Makefile,v 1.25 1995/10/19 12:55:37 ragge Exp $
# $NetBSD: Makefile,v 1.26 1995/12/03 21:13:18 phil Exp $
SUBDIR+= bc cpio dc diff diff3 gawk grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar
# some ports don't use the tool chain in /usr/src
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \
(${MACHINE_ARCH} != "vax")
(${MACHINE_ARCH} != "vax") && (${MACHINE_ARCH} != "ns32k")
SUBDIR+= gas gcc2 gdb ld
.endif
@ -14,6 +14,11 @@ SUBDIR+= gas gcc2 gdb ld
SUBDIR+= gas gdb ld
.endif
# ns32k wants newer gcc
.if (${MACHINE_ARCH} == "ns32k")
SUBDIR+= gas gcc gdb ld
.endif
# XXX alpha still needs the /usr/bin/cpp script.
.if (${MACHINE_ARCH} == "alpha")
afterinstall: