Module Name: src
Committed By: mrg
Date: Fri Jun 10 05:35:33 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch all arm (vs just evbarm) to GDB 7.10.
To generate a diff of this commit:
cvs rdiff -u -r1.932 -r1.933 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.932 src/share/mk/bsd.own.mk:1.933
--- src/share/mk/bsd.own.mk:1.932 Fri Jun 10 05:31:24 2016
+++ src/share/mk/bsd.own.mk Fri Jun 10 05:35:33 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.932 2016/06/10 05:31:24 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.933 2016/06/10 05:35:33 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -143,11 +143,11 @@ USE_SSP?= yes
# What GDB is used?
#
.if ${MACHINE} == "amd64" || \
- ${MACHINE} == "evbarm" || \
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE} == "sparc" || \
${MACHINE} == "vax" || \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
HAVE_GDB?= 710