Module Name:    src
Committed By:   skrll
Date:           Fri Nov 25 22:03:42 UTC 2011

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

Log Message:
Switch hppa to gdb 7.


To generate a diff of this commit:
cvs rdiff -u -r1.692 -r1.693 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.692 src/share/mk/bsd.own.mk:1.693
--- src/share/mk/bsd.own.mk:1.692	Tue Nov 15 22:55:28 2011
+++ src/share/mk/bsd.own.mk	Fri Nov 25 22:03:42 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.692 2011/11/15 22:55:28 jdc Exp $
+#	$NetBSD: bsd.own.mk,v 1.693 2011/11/25 22:03:42 skrll 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} == "hppa"	|| \
-    ${MACHINE_CPU}  == "mips"	|| \
+.if ${MACHINE_CPU}  == "mips"	|| \
     ${MACHINE_ARCH} == "vax"
 HAVE_GDB?= 6
 .else

Reply via email to