Module Name:    src
Committed By:   jdc
Date:           Tue Nov 15 22:55:28 UTC 2011

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
Switch alpha to gdb 7.


To generate a diff of this commit:
cvs rdiff -u -r1.691 -r1.692 src/share/mk/bsd.own.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.691 src/share/mk/bsd.own.mk:1.692
--- src/share/mk/bsd.own.mk:1.691	Wed Nov  2 00:10:08 2011
+++ src/share/mk/bsd.own.mk	Tue Nov 15 22:55:28 2011
@@ -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 @@ USE_COMPILERCRTSTUFF?=	yes
 #
 # 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

Reply via email to