Module Name: src
Committed By: christos
Date: Sat May 21 19:56:52 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch evbarm to gdb-7.10.1
To generate a diff of this commit:
cvs rdiff -u -r1.926 -r1.927 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.926 src/share/mk/bsd.own.mk:1.927
--- src/share/mk/bsd.own.mk:1.926 Sat May 21 14:34:52 2016
+++ src/share/mk/bsd.own.mk Sat May 21 15:56:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.926 2016/05/21 18:34:52 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.927 2016/05/21 19:56:52 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -143,6 +143,7 @@ USE_SSP?= yes
# What GDB is used?
#
.if ${MACHINE} == "amd64" || \
+ ${MACHINE} == "evbarm" || \
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE} == "sparc" || \