From 2c8d59bf4e3abf1333fca3bde9e05c1029ec2573 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 7 Aug 2000 03:07:24 +0000 Subject: enable gdb on sparc64 --- gnu/usr.bin/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'gnu/usr.bin') 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 -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 -- cgit