diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-29 22:18:10 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-29 22:18:10 +0000 |
commit | e67d583556a72a00ae4703b79321b01cf0e166f9 (patch) | |
tree | 294574e30a9ca6c051c5660df5d5de62b6bf7d3a /gnu/usr.bin/binutils/Makefile.bsd-wrapper | |
parent | 82d7b263d3ef037532ae14b08ba6e5d1297430e8 (diff) |
Adapt the newer of our GDB versions to a.out ports. The main part of this
commit comes from NetBSD. Also, the kernel debugging mode is a bit different
but you will notice when you type gdb -k because it documents the difference
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.bsd-wrapper')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.bsd-wrapper b/gnu/usr.bin/binutils/Makefile.bsd-wrapper index 862466366c6..f5884665b33 100644 --- a/gnu/usr.bin/binutils/Makefile.bsd-wrapper +++ b/gnu/usr.bin/binutils/Makefile.bsd-wrapper @@ -1,11 +1,8 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.20 1998/03/29 07:28:04 millert Exp $ - -MAN= binutils/ar.1 binutils/nm.1 \ - binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \ - binutils/size.1 binutils/strings.1 binutils/strip.1 \ - gas/doc/as.1 gprof/gprof.1 ld/ld.1 +# $OpenBSD: Makefile.bsd-wrapper,v 1.21 1998/03/29 22:17:17 niklas Exp $ SUBDIRS= libiberty opcodes bfd +MAN= + # gdb not ready yet .if (${MACHINE_ARCH} != "powerpc") SUBDIRS+= gdb mmalloc readline @@ -16,6 +13,10 @@ MAN+= gdb/gdb.1 .if (${MACHINE_ARCH} == "alpha") || (${MACHINE_ARCH} == "mips") || \ (${MACHINE_ARCH} == "powerpc") SUBDIRS+= binutils ld gas +MAN+= binutils/ar.1 binutils/nm.1 \ + binutils/objcopy.1 binutils/objdump.1 binutils/ranlib.1 \ + binutils/size.1 binutils/strings.1 binutils/strip.1 \ + gas/doc/as.1 gprof/gprof.1 ld/ld.1 .endif # Used by the GNU Makefile |