summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-16 05:19:00 +0000
committerobrien <obrien@FreeBSD.org>2004-06-16 05:19:00 +0000
commit4902310dd73041506db8a950229fba9e53fec5a7 (patch)
treedf5ff49337c8e2b766d8d0292a5914e8e591f1a3 /gnu/usr.bin
parent84b5fefda58104aa45faf60b473824c216c87c27 (diff)
downloadFreeBSD-src-4902310dd73041506db8a950229fba9e53fec5a7.zip
FreeBSD-src-4902310dd73041506db8a950229fba9e53fec5a7.tar.gz
Disable gdb from the build due to the impending binutils 2.15 import.
GDB 5.12 cannot consume the 2.15 bfd and libiberty.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index 14bed1e..db67f9e 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -8,7 +8,7 @@ TARGET_ARCH?= ${MACHINE_ARCH}
.if (${TARGET_ARCH} == "alpha" \
|| ${TARGET_ARCH} == "i386" ) \
&& !defined(NO_GDB)
-SUBDIR+= gdb gdbreplay
+#SUBDIR+= gdb gdbreplay
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud