Thu Mar 24 09:15:38 2016 UTC ()
Switch mips64 over to new gdb - old one doesn't work there either, better
to debug in the newer version.


(martin)
diff -r1.909 -r1.910 src/share/mk/bsd.own.mk

cvs diff -r1.909 -r1.910 src/share/mk/bsd.own.mk (expand / switch to context diff)
--- src/share/mk/bsd.own.mk 2016/03/24 04:28:49 1.909
+++ src/share/mk/bsd.own.mk 2016/03/24 09:15:38 1.910
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.909 2016/03/24 04:28:49 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.910 2016/03/24 09:15:38 martin Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,7 +132,8 @@
 .if ${MACHINE} == "amd64" || \
     ${MACHINE} == "i386" || \
     ${MACHINE_CPU} == "sh3" || \
-    ${MACHINE_ARCH} == "vax"
+    ${MACHINE_ARCH} == "vax" || \
+    ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
 HAVE_GDB?=	710
 .else
 HAVE_GDB?=	79