summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-05-25 09:00:57 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-05-25 09:00:57 +0000
commitd6d1b2ce76ffd328b697846ad5a4c9b587a2b9bb (patch)
treec8e19c7a444205ca5e1fbf356f9696a07f290b3a
parent11386316fed2175fa76372624b2b56d53614fca5 (diff)
Enable gdb on m88k again, it works well enough and better than ever.
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 71145682070..32be5f14a74 100644
--- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper
+++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.56 2004/05/21 20:23:01 kettenis Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.57 2004/05/25 09:00:56 miod Exp $
NEW_BINUTILS=alpha arm hppa i386 mips powerpc sparc sparc64 amd64
@@ -16,7 +16,7 @@ MANDIR=${PREFIX}/share/man/cat
MAN= binutils/objdump.1 c++filt.1
-.if (${MACHINE_ARCH} != "unknown") && (${MACHINE_ARCH} != "m88k")
+.if (${MACHINE_ARCH} != "unknown")
SUBDIRS+= gdb
MAN+= gdb/gdb.1
ALL_X11_MODULES+=all-gdb