From c5dacda2d63e71093b0cb7b216dc749446baec05 Mon Sep 17 00:00:00 2001 From: obrien Date: Sat, 29 Jun 2002 03:19:35 +0000 Subject: Turn back on GDB. gdbserver does not build, but I've gone about as far with GDB as I'm going to right now. --- gnu/usr.bin/binutils/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/usr.bin') 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 -- cgit v1.1