1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

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:
David E. O'Brien 2004-06-16 05:19:00 +00:00
parent c90cea0093
commit 98c20d02c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130558

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>