From 7e528e5a62605eb389a67ae2ea8dfaf0c60ca51b Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 15 Oct 2001 01:57:13 +0000 Subject: We don't support GDB for IA-64, PowerPC, or sparc64 yet. --- gnu/usr.bin/binutils/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile index 2a3bdf1..26d4957 100644 --- a/gnu/usr.bin/binutils/Makefile +++ b/gnu/usr.bin/binutils/Makefile @@ -8,7 +8,9 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \ addr2line ar as gasp ld nm objcopy objdump ranlib readelf \ size strings strip doc -.if !defined(NO_GDB) +TARGET_ARCH?= ${MACHINE_ARCH} +.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386" \ + && !defined(NO_GDB) SUBDIR+= gdb gdbserver gdbreplay .endif -- cgit v1.1