diff options
author | obrien <obrien@FreeBSD.org> | 2002-10-11 20:23:06 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-10-11 20:23:06 +0000 |
commit | 109f9bf9eb5b194938817ea5d4e9aca09eea9e51 (patch) | |
tree | a7eed369baee30cf8c8f704d81e07dc76d6203c3 /gnu | |
parent | 1998745943f5bee7276df21a0bc0408e857dc3c8 (diff) | |
download | FreeBSD-src-109f9bf9eb5b194938817ea5d4e9aca09eea9e51.zip FreeBSD-src-109f9bf9eb5b194938817ea5d4e9aca09eea9e51.tar.gz |
GDB plays nice with Binutils again.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 39a6c98..b617862 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -8,7 +8,6 @@ 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" \ |