Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch vax to gdb-7.9.1
details: https://anonhg.NetBSD.org/src/rev/e7dc149b470f
branches: trunk
changeset: 339931:e7dc149b470f
user: christos <christos%NetBSD.org@localhost>
date: Mon Aug 17 10:16:47 2015 +0000
description:
switch vax to gdb-7.9.1
diffstat:
share/mk/bsd.own.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 08a6a45a6557 -r e7dc149b470f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Aug 17 10:12:29 2015 +0000
+++ b/share/mk/bsd.own.mk Mon Aug 17 10:16:47 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.869 2015/08/17 10:12:29 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.870 2015/08/17 10:16:47 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -116,6 +116,7 @@
(${MACHINE_ARCH} == "sparc64") || \
(${MACHINE_ARCH} == "alpha") || \
(${MACHINE_ARCH} == "sun2") || \
+ (${MACHINE_ARCH} == "vax") || \
(${MACHINE_CPU} == "m68k") || \
(${MACHINE_ARCH} == "i386")
HAVE_GDB?= 79
Home |
Main Index |
Thread Index |
Old Index