Module Name: src
Committed By: skrll
Date: Sat Oct 22 11:06:15 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch hppa to gdb 7.12... passes basic tests
To generate a diff of this commit:
cvs rdiff -u -r1.980 -r1.981 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.980 src/share/mk/bsd.own.mk:1.981
--- src/share/mk/bsd.own.mk:1.980 Fri Oct 21 06:04:16 2016
+++ src/share/mk/bsd.own.mk Sat Oct 22 11:06:15 2016
@@ -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 @@ USE_SSP?= yes
#
# What GDB is used?
#
-.if ${MACHINE} == "hppa" || \
+.if \
${MACHINE} == "vax" || \
${MACHINE_CPU} == "m68k" || \
${MACHINE_ARCH} == "mips64el" || \