Module Name: src
Committed By: christos
Date: Tue Jan 24 18:49:29 UTC 2023
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
switch vax to binutils 2.39
To generate a diff of this commit:
cvs rdiff -u -r1.1299 -r1.1300 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.1299 src/share/mk/bsd.own.mk:1.1300
--- src/share/mk/bsd.own.mk:1.1299 Sat Jan 21 05:41:51 2023
+++ src/share/mk/bsd.own.mk Tue Jan 24 13:49:29 2023
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1299 2023/01/21 10:41:51 martin Exp $
+# $NetBSD: bsd.own.mk,v 1.1300 2023/01/24 18:49:29 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -106,7 +106,8 @@ MKGCCCMDS?= no
${MACHINE_CPU} == "powerpc" || \
${MACHINE_CPU} == "riscv" || \
${MACHINE_ARCH:Msparc*} || \
- ${MACHINE_ARCH} == "x86_64"
+ ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "vax"
HAVE_BINUTILS?= 239
.else
HAVE_BINUTILS?= 234