Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch hppa to gdb 7.12... passes basic tests
details: https://anonhg.NetBSD.org/src/rev/676d028fd5b9
branches: trunk
changeset: 348521:676d028fd5b9
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Oct 22 11:06:15 2016 +0000
description:
Switch hppa to gdb 7.12... passes basic tests
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b151a9b1cd44 -r 676d028fd5b9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sat Oct 22 11:04:16 2016 +0000
+++ b/share/mk/bsd.own.mk Sat Oct 22 11:06:15 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.980 2016/10/21 06:04:16 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.981 2016/10/22 11:06:15 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -131,7 +131,7 @@
#
# What GDB is used?
#
-.if ${MACHINE} == "hppa" || \
+.if \
${MACHINE} == "vax" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "mips64el" || \
Home |
Main Index |
Thread Index |
Old Index