summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile')
-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