Don't try to compile gcc on vax.

This commit is contained in:
ragge 1995-10-19 12:55:37 +00:00
parent 75ec1de458
commit 0f25b8485c
1 changed files with 8 additions and 2 deletions

View File

@ -1,13 +1,19 @@
# $NetBSD: Makefile,v 1.24 1995/09/27 12:46:07 cgd Exp $
# $NetBSD: Makefile,v 1.25 1995/10/19 12:55:37 ragge 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")
.if (${MACHINE_ARCH} != "alpha") && (${MACHINE_ARCH} != "mips") && \
(${MACHINE_ARCH} != "vax")
SUBDIR+= gas gcc2 gdb ld
.endif
# vax wants part of it anyway.
.if (${MACHINE_ARCH} == "vax")
SUBDIR+= gas gdb ld
.endif
# XXX alpha still needs the /usr/bin/cpp script.
.if (${MACHINE_ARCH} == "alpha")
afterinstall: