Module Name: src
Committed By: martin
Date: Thu Mar 24 09:15:38 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch mips64 over to new gdb - old one doesn't work there either, better
to debug in the newer version.
To generate a diff of this commit:
cvs rdiff -u -r1.909 -r1.910 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.909 src/share/mk/bsd.own.mk:1.910
--- src/share/mk/bsd.own.mk:1.909 Thu Mar 24 04:28:49 2016
+++ src/share/mk/bsd.own.mk Thu Mar 24 09:15:38 2016
@@ -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 @@ USE_SSP?= yes
.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