summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index b617862..b21f4f5 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -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
OpenPOWER on IntegriCloud