summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-29 03:19:35 +0000
committerobrien <obrien@FreeBSD.org>2002-06-29 03:19:35 +0000
commitc5dacda2d63e71093b0cb7b216dc749446baec05 (patch)
treeb93ee5c7f64bc1d166365789fea18e741689b5b5 /gnu
parent654fdc5b164c286482ed973c37bc8b2cb0d102e3 (diff)
downloadFreeBSD-src-c5dacda2d63e71093b0cb7b216dc749446baec05.zip
FreeBSD-src-c5dacda2d63e71093b0cb7b216dc749446baec05.tar.gz
Turn back on GDB.
gdbserver does not build, but I've gone about as far with GDB as I'm going to right now.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index cba9b7f..54eace9 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -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>
OpenPOWER on IntegriCloud