Module Name: src
Committed By: christos
Date: Mon Aug 17 10:16:47 UTC 2015
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch vax to gdb-7.9.1
To generate a diff of this commit:
cvs rdiff -u -r1.869 -r1.870 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.869 src/share/mk/bsd.own.mk:1.870
--- src/share/mk/bsd.own.mk:1.869 Mon Aug 17 06:12:29 2015
+++ src/share/mk/bsd.own.mk Mon Aug 17 06:16:47 2015
@@ -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 @@ HAVE_LIBGCC_EH?= yes
(${MACHINE_ARCH} == "sparc64") || \
(${MACHINE_ARCH} == "alpha") || \
(${MACHINE_ARCH} == "sun2") || \
+ (${MACHINE_ARCH} == "vax") || \
(${MACHINE_CPU} == "m68k") || \
(${MACHINE_ARCH} == "i386")
HAVE_GDB?= 79