Source-Changes-HG archive

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

[src/trunk]: src/share/mk Switch mips to gdb 7.3.1



details:   https://anonhg.NetBSD.org/src/rev/c6befeab185e
branches:  trunk
changeset: 782557:c6befeab185e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Nov 06 10:32:49 2012 +0000

description:
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

diffstat:

 share/mk/bsd.own.mk |  12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)

diffs (27 lines):

diff -r 90a9cb2cc598 -r c6befeab185e share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue Nov 06 09:03:03 2012 +0000
+++ b/share/mk/bsd.own.mk       Tue Nov 06 10:32:49 2012 +0000
@@ -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 @@
 .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)



Home | Main Index | Thread Index | Old Index