gdb now builds on sparc64.

This commit is contained in:
David E. O'Brien 2002-09-19 17:08:32 +00:00
parent f61bf05438
commit 9bfba55ce8

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