summaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>1999-02-02 17:45:02 +0000
committertv <tv@NetBSD.org>1999-02-02 17:45:02 +0000
commit16d7798441ae374b8cfe3dcf72c97d5ee0210364 (patch)
tree851e588e59fb052661b86f8fedad6ba0f50a089c /gnu/lib
parent559036da396076e0d74a1723174cb304743e0c2d (diff)
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.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index a6b9a5cffc4..7d755a07ca9 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -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>