From 29724565686b98e7912780d61be0e5dab4f1d765 Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 24 Mar 1999 18:26:14 +0000 Subject: [PATCH] Re-enable gdb on all but powerpc and sparc64, so people will try it out and help with its repair. --- gnu/usr.bin/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index a5f87c11f165..85934add7011 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.85 1999/03/02 13:11:43 matthias Exp $ +# $NetBSD: Makefile,v 1.86 1999/03/24 18:26:14 tv Exp $ # for OBJECT_FMT .include @@ -6,9 +6,8 @@ SUBDIR+= bc binutils cpio dc diff diff3 egcs gawk grep gprof groff SUBDIR+= gzip ld.new rcs sdiff send-pr sort tar texinfo -.if (${MACHINE_ARCH} == "i386") || \ - (${MACHINE_ARCH} == "ns32k") || \ - (${MACHINE_ARCH} == "sparc") +.if (${MACHINE_ARCH} != "powerpc") && \ + (${MACHINE_ARCH} != "sparc64") SUBDIR+= gdb .endif