Turn off bits of the toolchain from building on a recursive make: binutils,

bfd, gas.new, ld.new, gdb, gprof; in anticipation of the binutils-2.9.1
import.
This commit is contained in:
tv 1999-02-02 17:45:02 +00:00
parent 559036da39
commit 16d7798441
2 changed files with 9 additions and 8 deletions

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.17 1998/12/12 23:50:45 tv Exp $
# $NetBSD: Makefile,v 1.18 1999/02/02 17:45:02 tv Exp $
SUBDIR+= libg2c libgcc libmalloc libobjc libstdc++
# XXX Until our bintuils is upgraded
.if (${MACHINE_ARCH} != "powerpc")
SUBDIR+= bfd
# SUBDIR+= bfd
.endif
.include <bsd.subdir.mk>

View File

@ -1,16 +1,17 @@
# $NetBSD: Makefile,v 1.64 1999/01/18 10:18:54 mrg Exp $
# $NetBSD: Makefile,v 1.65 1999/02/02 17:45:03 tv Exp $
# XXX for OBJECT_FMT
.include <bsd.own.mk>
SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar gdb
SUBDIR+= bc cpio dc diff diff3 egcs gawk grep groff
SUBDIR+= gzip rcs sdiff send-pr sort tar
# SUBDIR+= binutils gdb
.if (${MACHINE_ARCH} == "alpha") || \
(${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "mips") || \
(${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "vax") || \
(${MACHINE_ARCH} == "sparc64")
SUBDIR+= gas.new
# SUBDIR+= gas.new
.elif (${MACHINE_ARCH} != "arm32")
SUBDIR+= gas
.endif
@ -18,13 +19,13 @@ SUBDIR+= gas
# XXX mips vs mips{el,eb}. Should be all ELF hosts anyway.
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \
(${MACHINE_ARCH} == "sparc64")
SUBDIR+= ld.new
# SUBDIR+= ld.new
.elif (${MACHINE_ARCH} != "arm32")
SUBDIR+= ld
.endif
.if (${OBJECT_FMT} == "ELF") && (${MACHINE_ARCH} != "mips")
SUBDIR+= gprof
# SUBDIR+= gprof
.endif
.include <bsd.subdir.mk>