Turn back on GDB.

gdbserver does not build, but I've gone about as far with GDB as I'm going
to right now.
This commit is contained in:
obrien 2002-06-29 03:19:35 +00:00
parent 654fdc5b16
commit c5dacda2d6

View File

@ -8,11 +8,10 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
size strings strip doc
NO_GDB=yes
TARGET_ARCH?= ${MACHINE_ARCH}
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
&& !defined(NO_GDB)
SUBDIR+= gdb gdbserver gdbreplay
SUBDIR+= gdb gdbreplay
.endif
.include <bsd.subdir.mk>