Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch alpha to binutils-2.39
details: https://anonhg.NetBSD.org/src/rev/e39a2908c835
branches: trunk
changeset: 373018:e39a2908c835
user: christos <christos%NetBSD.org@localhost>
date: Fri Jan 13 16:00:33 2023 +0000
description:
switch alpha to binutils-2.39
diffstat:
share/mk/bsd.own.mk | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 8b9b47648ddc -r e39a2908c835 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Fri Jan 13 15:59:10 2023 +0000
+++ b/share/mk/bsd.own.mk Fri Jan 13 16:00:33 2023 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1291 2022/12/28 22:04:46 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1292 2023/01/13 16:00:33 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -98,7 +98,9 @@
#
# What binutils is used?
#
-.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386"
+.if ${MACHINE_ARCH} == "x86_64" || \
+ ${MACHINE_ARCH} == "i386" || \
+ ${MACHINE_ARCH} == "alpha"
HAVE_BINUTILS?= 239
.else
HAVE_BINUTILS?= 234
Home |
Main Index |
Thread Index |
Old Index