GDB 5.2.1 doesn't build on sparc64 right now.

This commit is contained in:
obrien 2002-10-20 21:42:55 +00:00
parent 9b7c9e2c4d
commit 25eef24259

View File

@ -10,8 +10,7 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
TARGET_ARCH?= ${MACHINE_ARCH}
.if (${TARGET_ARCH} == "alpha" \
|| ${TARGET_ARCH} == "i386" \
|| ${TARGET_ARCH} == "sparc64") \
|| ${TARGET_ARCH} == "i386" ) \
&& !defined(NO_GDB)
SUBDIR+= gdb gdbreplay
.endif