Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch alpha to gdb 7.



details:   https://anonhg.NetBSD.org/src/rev/a297f3a72516
branches:  trunk
changeset: 771239:a297f3a72516
user:      jdc <jdc%NetBSD.org@localhost>
date:      Tue Nov 15 22:55:28 2011 +0000

description:
Switch alpha to gdb 7.

diffstat:

 share/mk/bsd.own.mk |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r dc3edfa33ced -r a297f3a72516 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Nov 15 22:45:26 2011 +0000
+++ b/share/mk/bsd.own.mk       Tue Nov 15 22:55:28 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.691 2011/11/02 00:10:08 uwe Exp $
+#      $NetBSD: bsd.own.mk,v 1.692 2011/11/15 22:55:28 jdc Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -68,8 +68,7 @@
 #
 # Platforms still using GDB 6
 #
-.if ${MACHINE_ARCH} == "alpha" || \
-    ${MACHINE_ARCH} == "hppa"  || \
+.if ${MACHINE_ARCH} == "hppa"  || \
     ${MACHINE_CPU}  == "mips"  || \
     ${MACHINE_ARCH} == "vax"
 HAVE_GDB?= 6



Home | Main Index | Thread Index | Old Index