Disable gdb from the build due to the impending binutils 2.15 import.

GDB 5.12 cannot consume the 2.15 bfd and libiberty.
This commit is contained in:
obrien 2004-06-16 05:19:00 +00:00
parent 84b5fefda5
commit 4902310dd7

View File

@ -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>