Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/usr.bin Re-enable gdb on all but powerpc and sparc64, so...



details:   https://anonhg.NetBSD.org/src/rev/0c2c0479ddd9
branches:  trunk
changeset: 467428:0c2c0479ddd9
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Mar 24 18:26:14 1999 +0000

description:
Re-enable gdb on all but powerpc and sparc64, so people will try it out
and help with its repair.

diffstat:

 gnu/usr.bin/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 6081cc71466a -r 0c2c0479ddd9 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Wed Mar 24 17:29:07 1999 +0000
+++ b/gnu/usr.bin/Makefile      Wed Mar 24 18:26:14 1999 +0000
@@ -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 <bsd.own.mk>
@@ -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
 



Home | Main Index | Thread Index | Old Index