diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-04-02 21:56:34 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-04-02 21:56:34 +0000 |
commit | 844260345486945ef8033264eeefb307c288e82e (patch) | |
tree | 0ad958e33c9c7c59808efaa2d8e81eae265cd7fa /gnu/usr.bin | |
parent | 2ec1b9c01c3f5b02650d5fc54445f1b3dc4ca566 (diff) |
enable gdb in sparc64; deraadt@ ok.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/binutils/Makefile.bsd-wrapper | 4 |
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 bf605fc7827..e996802c9b9 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.44 2001/09/05 22:59:01 art Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.45 2002/04/02 21:56:33 fgsch Exp $ NEW_BINUTILS=alpha mips powerpc hppa sparc64 @@ -16,7 +16,7 @@ MANDIR=${PREFIX}/share/man/cat MAN= binutils/objdump.1 -.if (${MACHINE_ARCH} != "unknown") && (${MACHINE_ARCH} != "sparc64") +.if (${MACHINE_ARCH} != "unknown") SUBDIRS+= gdb mmalloc MAN+= gdb/gdb.1 ALL_X11_MODULES+=all-gdb |