Source-Changes-HG archive

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

[src/netbsd-1-5]: src/gnu/usr.bin pull up 1.96 (approved by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/f70fefb817c7
branches:  netbsd-1-5
changeset: 488961:f70fefb817c7
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 07 03:20:11 2000 +0000

description:
pull up 1.96 (approved by thorpej):
>enable gdb on sparc64

diffstat:

 gnu/usr.bin/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r b1568ff260db -r f70fefb817c7 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Mon Aug 07 02:31:58 2000 +0000
+++ b/gnu/usr.bin/Makefile      Mon Aug 07 03:20:11 2000 +0000
@@ -1,15 +1,11 @@
-#      $NetBSD: Makefile,v 1.94 2000/06/17 17:59:28 tsutsui Exp $
+#      $NetBSD: Makefile,v 1.94.2.1 2000/08/07 03:20:11 mrg Exp $
 
 # for OBJECT_FMT
 .include <bsd.own.mk>
 
-SUBDIR+=       bc binutils cpio dc diff diff3 egcs gas.new gawk grep gprof
+SUBDIR+=       bc binutils cpio dc diff diff3 egcs gas.new gawk gdb grep gprof
 SUBDIR+=       groff gzip ld.new rcs sdiff send-pr sort tar texinfo
 
-.if (${MACHINE_ARCH} != "sparc64")
-SUBDIR+=       gdb
-.endif
-
 .if (${MACHINE_ARCH} == "m68k" && ${OBJECT_FMT} != "ELF") ||   \
     (${MACHINE_ARCH} == "ns32k")
 SUBDIR+=       gas



Home | Main Index | Thread Index | Old Index