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
This commit is contained in:
skrll 2012-11-06 10:32:49 +00:00
parent 9d94c0263d
commit afd752e603
1 changed files with 1 additions and 11 deletions

View File

@ -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)