summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>1999-05-02 16:11:43 +0000
committerdfr <dfr@FreeBSD.org>1999-05-02 16:11:43 +0000
commit32ac7293304983771661b8cb310c9f0252b17602 (patch)
tree0c92ec38b6075546f931e2a4e31474fa057fe654 /gnu
parentf6092bd79daae9e4cef537647a40eb04d0b0e864 (diff)
downloadFreeBSD-src-32ac7293304983771661b8cb310c9f0252b17602.zip
FreeBSD-src-32ac7293304983771661b8cb310c9f0252b17602.tar.gz
Enable gdb on the alpha.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index 36bd435..bcdffd2 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -1,13 +1,14 @@
#
-# $Id: Makefile,v 1.5 1999/04/18 10:25:57 obrien Exp $
+# $Id: Makefile,v 1.6 1999/05/02 11:38:12 dfr Exp $
#
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as ld nm objcopy objdump ranlib \
size strings strip doc
-# Short term measure until I can get CVS to resurrect a file for alpha.
-.if ${MACHINE_ARCH} == "i386"
+# Maybe should be unconditional but I don't want to get in the
+# way of the mips port.
+.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
SUBDIR+= gdb
.endif
OpenPOWER on IntegriCloud