gdb now builds on sparc64.
This commit is contained in:
parent
f61bf05438
commit
9bfba55ce8
@ -9,7 +9,9 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
|
||||
size strings strip doc
|
||||
|
||||
TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
.if (${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386") \
|
||||
.if (${TARGET_ARCH} == "alpha" \
|
||||
|| ${TARGET_ARCH} == "i386" \
|
||||
|| ${TARGET_ARCH} == "sparc64") \
|
||||
&& !defined(NO_GDB)
|
||||
SUBDIR+= gdb gdbreplay
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user