diff options
| author | mrg <mrg@NetBSD.org> | 2000-08-07 03:07:24 +0000 |
|---|---|---|
| committer | mrg <mrg@NetBSD.org> | 2000-08-07 03:07:24 +0000 |
| commit | 2c8d59bf4e3abf1333fca3bde9e05c1029ec2573 (patch) | |
| tree | 0e577a463bcaffcf84dce5f414aaa31416cf3992 /gnu/usr.bin/Makefile | |
| parent | 3630c53733f36ddd65e359b06ac82ce3d29fc823 (diff) | |
enable gdb on sparc64
Diffstat (limited to 'gnu/usr.bin/Makefile')
| -rw-r--r-- | gnu/usr.bin/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 6b870a9cc7b..f8a25106484 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,18 +1,14 @@ -# $NetBSD: Makefile,v 1.95 2000/07/04 17:12:00 thorpej Exp $ +# $NetBSD: Makefile,v 1.96 2000/08/07 03:07:24 mrg Exp $ # for OBJECT_FMT .include <bsd.own.mk> -SUBDIR+= bc binutils dc diff diff3 egcs gas.new gawk grep gprof +SUBDIR+= bc binutils dc diff diff3 egcs gas.new gawk gdb grep gprof SUBDIR+= groff gzip ld.new rcs sdiff send-pr sort texinfo SUBDIR+= cpio SUBDIR+= tar -.if (${MACHINE_ARCH} != "sparc64") -SUBDIR+= gdb -.endif - .if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") || \ (${MACHINE_ARCH} == "ns32k") SUBDIR+= gas |
