Module Name: src
Committed By: christos
Date: Thu May 30 01:20:41 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
add vax to new gdb
To generate a diff of this commit:
cvs rdiff -u -r1.1141 -r1.1142 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.1141 src/share/mk/bsd.own.mk:1.1142
--- src/share/mk/bsd.own.mk:1.1141 Wed May 29 18:12:16 2019
+++ src/share/mk/bsd.own.mk Wed May 29 21:20:41 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1141 2019/05/29 22:12:16 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1142 2019/05/30 01:20:41 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -141,7 +141,8 @@ USE_SSP?= yes
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
${MACHINE} == "sparc" || \
- ${MACHINE} == "sparc64"
+ ${MACHINE} == "sparc64" || \
+ ${MACHINE} == "vax"
HAVE_GDB?= 830
.else
HAVE_GDB?= 801