Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch sparc to GDB 7.10. works for me.



details:   https://anonhg.NetBSD.org/src/rev/216ba602093a
branches:  trunk
changeset: 814538:216ba602093a
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Mar 26 10:38:22 2016 +0000

description:
switch sparc to GDB 7.10.  works for me.

diffstat:

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

diffs (17 lines):

diff -r 7b8a01bb066e -r 216ba602093a share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Mar 26 10:35:14 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Mar 26 10:38:22 2016 +0000
@@ -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 @@
     ${MACHINE} == "i386" || \
     ${MACHINE} == "playstation2" || \
     ${MACHINE_CPU} == "sh3" || \
+    ${MACHINE_ARCH} == "sparc" || \
     ${MACHINE_ARCH} == "vax" || \
     ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
 HAVE_GDB?=     710



Home | Main Index | Thread Index | Old Index