Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch evbarm to gdb-7.10.1



details:   https://anonhg.NetBSD.org/src/rev/4416348dde97
branches:  trunk
changeset: 345359:4416348dde97
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 21 19:56:52 2016 +0000

description:
switch evbarm to gdb-7.10.1

diffstat:

 share/mk/bsd.own.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 91401a698be5 -r 4416348dde97 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat May 21 18:34:52 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat May 21 19:56:52 2016 +0000
@@ -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 @@
 # What GDB is used?
 #
 .if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "evbarm" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE} == "sparc" || \



Home | Main Index | Thread Index | Old Index