gdb now builds on sparc64.

This commit is contained in:
obrien 2002-09-19 17:08:32 +00:00
parent 19b228300a
commit 2a2c364d7e

View File

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