We don't support GDB for IA-64, PowerPC, or sparc64 yet.
This commit is contained in:
parent
35f617ebb3
commit
7e528e5a62
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user