We don't support GDB for IA-64, PowerPC, or sparc64 yet.

This commit is contained in:
obrien 2001-10-15 01:57:13 +00:00
parent 35f617ebb3
commit 7e528e5a62

View File

@ -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