summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils
diff options
context:
space:
mode:
authorDale S. Rahn <rahnds@cvs.openbsd.org>1998-08-07 02:28:13 +0000
committerDale S. Rahn <rahnds@cvs.openbsd.org>1998-08-07 02:28:13 +0000
commit58e32bcaf4c979bc4547a499ef880d11b1638f92 (patch)
tree112f8051997967a9108c5548c80ad6800249011d /gnu/usr.bin/binutils
parente9c6d0a0fe1284ddcb3e6529d5f8fd3afa9bd3f7 (diff)
powerpc supports gdb mmalloc and readline.
Diffstat (limited to 'gnu/usr.bin/binutils')
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 2b53999a7bb..6764ba358d2 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,13 +1,13 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.25 1998/07/06 09:04:37 deraadt Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.26 1998/08/07 02:28:12 rahnds Exp $
SUBDIRS= libiberty opcodes bfd
MAN=
# gdb not ready yet
-.if (${MACHINE_ARCH} != "powerpc")
-SUBDIRS+= gdb mmalloc readline
-MAN+= gdb/gdb.1
-.endif
+#.if (${MACHINE_ARCH} != "unknown")
+#SUBDIRS+= gdb mmalloc readline
+#MAN+= gdb/gdb.1
+#.endif
# some ports use all of binutils, some do not.
.if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \