Module Name: src
Committed By: christos
Date: Thu Mar 24 04:28:49 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch vax to new binutils and gdb.
To generate a diff of this commit:
cvs rdiff -u -r1.908 -r1.909 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.908 src/share/mk/bsd.own.mk:1.909
--- src/share/mk/bsd.own.mk:1.908 Wed Mar 23 20:04:05 2016
+++ src/share/mk/bsd.own.mk Thu Mar 24 00:28:49 2016
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.908 2016/03/24 00:04:05 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.909 2016/03/24 04:28:49 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -131,7 +131,8 @@ USE_SSP?= yes
.if ${MACHINE} == "amd64" || \
${MACHINE} == "i386" || \
- ${MACHINE_CPU} == "sh3"
+ ${MACHINE_CPU} == "sh3" || \
+ ${MACHINE_ARCH} == "vax"
HAVE_GDB?= 710
.else
HAVE_GDB?= 79
@@ -150,7 +151,8 @@ EXTERNAL_GDB_SUBDIR= gdb
${MACHINE_CPU} == "sh3" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
- ${MACHINE_ARCH} == "powerpc"
+ ${MACHINE_ARCH} == "powerpc" || \
+ ${MACHINE_ARCH} == "vax"
HAVE_BINUTILS?= 226
.else
HAVE_BINUTILS?= 223