Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch mips64 over to new gdb - old one doesn't wor...
details: https://anonhg.NetBSD.org/src/rev/19fe34b2a5e8
branches: trunk
changeset: 344366:19fe34b2a5e8
user: martin <martin%NetBSD.org@localhost>
date: Thu Mar 24 09:15:38 2016 +0000
description:
Switch mips64 over to new gdb - old one doesn't work there either, better
to debug in the newer version.
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r ef794b084ed3 -r 19fe34b2a5e8 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Thu Mar 24 06:18:27 2016 +0000
+++ b/share/mk/bsd.own.mk Thu Mar 24 09:15:38 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.909 2016/03/24 04:28:49 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.910 2016/03/24 09:15:38 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -132,7 +132,8 @@
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
${MACHINE_CPU} == "sh3" || \
- ${MACHINE_ARCH} == "vax"
+ ${MACHINE_ARCH} == "vax" || \
+ ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
HAVE_GDB?= 710
.else
HAVE_GDB?= 79
Home |
Main Index |
Thread Index |
Old Index