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:
parent
c90cea0093
commit
98c20d02c0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130558
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user