Source-Changes-HG archive

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

[src/trunk]: src/gnu/usr.bin enable gdb on sparc64



details:   https://anonhg.NetBSD.org/src/rev/4a7c19b09d81
branches:  trunk
changeset: 495818:4a7c19b09d81
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Aug 07 03:07:24 2000 +0000

description:
enable gdb on sparc64

diffstat:

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

diffs (24 lines):

diff -r fe01e50780cb -r 4a7c19b09d81 gnu/usr.bin/Makefile
--- a/gnu/usr.bin/Makefile      Mon Aug 07 02:51:04 2000 +0000
+++ b/gnu/usr.bin/Makefile      Mon Aug 07 03:07:24 2000 +0000
@@ -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



Home | Main Index | Thread Index | Old Index