Module Name: src
Committed By: skrll
Date: Tue Nov 6 10:32:49 UTC 2012
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch mips to gdb 7.3.1
# of expected passes 11545
# of unexpected failures 401
# of expected failures 45
# of untested testcases 23
# of unresolved testcases 1549
# of unsupported tests 112
To generate a diff of this commit:
cvs rdiff -u -r1.710 -r1.711 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.710 src/share/mk/bsd.own.mk:1.711
--- src/share/mk/bsd.own.mk:1.710 Mon Nov 5 23:09:40 2012
+++ src/share/mk/bsd.own.mk Tue Nov 6 10:32:49 2012
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.710 2012/11/05 23:09:40 alnsn Exp $
+# $NetBSD: bsd.own.mk,v 1.711 2012/11/06 10:32:49 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -68,17 +68,7 @@ USE_COMPILERCRTSTUFF?= no
.endif
USE_COMPILERCRTSTUFF?= yes
-
-#
-# Platforms still using GDB 6
-#
-.if ${MACHINE_CPU} == "mips"
-HAVE_GDB?= 6
-.else
-# Otherwise, default to GDB7
HAVE_GDB?= 7
-.endif
-
.if empty(.MAKEFLAGS:M-V*)
.if defined(MAKEOBJDIRPREFIX) || defined(MAKEOBJDIR)