summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-09-19 17:08:32 +0000
committerobrien <obrien@FreeBSD.org>2002-09-19 17:08:32 +0000
commit2a2c364d7ecbe61c5a970718f58cd23cec7c88c9 (patch)
treec4fc193eb6df8cfa72e4826f99511511bd0f8d19 /gnu
parent19b228300a8a3fd2f3618dc872e922bfcf77581f (diff)
downloadFreeBSD-src-2a2c364d7ecbe61c5a970718f58cd23cec7c88c9.zip
FreeBSD-src-2a2c364d7ecbe61c5a970718f58cd23cec7c88c9.tar.gz
gdb now builds on sparc64.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index 54eace9..b617862 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -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
OpenPOWER on IntegriCloud