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
84b5fefda5
commit
4902310dd7
@ -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