From 4902310dd73041506db8a950229fba9e53fec5a7 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 16 Jun 2004 05:19:00 +0000 Subject: Disable gdb from the build due to the impending binutils 2.15 import. GDB 5.12 cannot consume the 2.15 bfd and libiberty. --- gnu/usr.bin/binutils/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/usr.bin') 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 -- cgit v1.1