Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch vax to binutils 2.39
details: https://anonhg.NetBSD.org/src/rev/5e616b644ac9
branches: trunk
changeset: 373224:5e616b644ac9
user: christos <christos%NetBSD.org@localhost>
date: Tue Jan 24 18:49:29 2023 +0000
description:
switch vax to binutils 2.39
diffstat:
share/mk/bsd.own.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r b7994ab6dce5 -r 5e616b644ac9 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Tue Jan 24 17:50:18 2023 +0000
+++ b/share/mk/bsd.own.mk Tue Jan 24 18:49:29 2023 +0000
@@ -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 @@
${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
Home |
Main Index |
Thread Index |
Old Index