Module Name: src
Committed By: mrg
Date: Sat Mar 26 10:38:22 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch sparc to GDB 7.10. works for me.
To generate a diff of this commit:
cvs rdiff -u -r1.911 -r1.912 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.911 src/share/mk/bsd.own.mk:1.912
--- src/share/mk/bsd.own.mk:1.911 Sat Mar 26 10:35:14 2016
+++ src/share/mk/bsd.own.mk Sat Mar 26 10:38:22 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.911 2016/03/26 10:35:14 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.912 2016/03/26 10:38:22 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -133,6 +133,7 @@ USE_SSP?= yes
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE_CPU} == "sh3" || \
+ ${MACHINE_ARCH} == "sparc" || \
${MACHINE_ARCH} == "vax" || \
${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
HAVE_GDB?= 710