Module Name:    src
Committed By:   christos
Date:           Sun Nov 27 18:53:05 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.988 -r1.989 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.988 src/share/mk/bsd.own.mk:1.989
--- src/share/mk/bsd.own.mk:1.988	Mon Nov 21 12:00:32 2016
+++ src/share/mk/bsd.own.mk	Sun Nov 27 13:53:05 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.988 2016/11/21 17:00:32 snj Exp $
+#	$NetBSD: bsd.own.mk,v 1.989 2016/11/27 18:53:05 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,7 +132,6 @@ USE_SSP?=	yes
 # What GDB is used?
 #
 .if \
-    ${MACHINE} == "vax" || \
     ${MACHINE_CPU} == "m68k" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb"
@@ -154,7 +153,8 @@ EXTERNAL_GDB_SUBDIR=		/does/not/exist
 #
 .if \
     ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "x86_64"
+    ${MACHINE_ARCH} == "x86_64" || \
+    ${MACHINE_ARCH} == "vax"
 HAVE_BINUTILS?=	227
 .else
 HAVE_BINUTILS?=	226

Reply via email to