summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graichen <graichen@cvs.openbsd.org>1997-02-02 01:14:01 +0000
committerThomas Graichen <graichen@cvs.openbsd.org>1997-02-02 01:14:01 +0000
commit4111f9c128ea7b72ecdb0491b8100eb9916038da (patch)
tree2968d5ab706b8b12abe74e83704f637abfd15830
parent9e6d313531ba5e8d5c554d77a8763dcefc322039 (diff)
add gdb for alpha & mips and simplify it a bit
-rw-r--r--gnu/usr.bin/binutils/Makefile.bsd-wrapper13
1 files changed, 4 insertions, 9 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper
index 6619d1f8715..45a31a6d0f6 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.9 1997/01/02 03:09:48 rahnds Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.10 1997/02/02 01:14:00 graichen Exp $
MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 \
binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \
@@ -6,16 +6,11 @@ MAN= binutils/ar.1 binutils/nlmconv.1 binutils/nm.1 \
gas/doc/as.1 ld/ld.1
SUBDIRS= libiberty opcodes bfd
-# When enabling gdb, enable these too
-.if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "alpha")
-SUBDIRS+= mmalloc readline
+# gdb not ready yet
+.if (${MACHINE_ARCH} != "powerpc")
+SUBDIRS+= gdb mmalloc readline
.endif
SUBDIRS+= binutils ld gas
-# GDB not ready yet
-.if (${MACHINE_ARCH} != "mips") && (${MACHINE_ARCH} != "alpha") \
- && (${MACHINE_ARCH} != "powerpc")
-SUBDIRS+= gdb
-.endif
all: config.status
${MAKE} CC="${CC}" CFLAGS="${CFLAGS} ${COPTS}" LDFLAGS=${LDSTATIC} \