Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch sparc64 to binutils 2.34
details: https://anonhg.NetBSD.org/src/rev/b9d1209a1761
branches: trunk
changeset: 933165:b9d1209a1761
user: martin <martin%NetBSD.org@localhost>
date: Wed May 20 15:43:29 2020 +0000
description:
Switch sparc64 to binutils 2.34
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1701e0bd1272 -r b9d1209a1761 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed May 20 13:16:30 2020 +0000
+++ b/share/mk/bsd.own.mk Wed May 20 15:43:29 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1190 2020/05/19 08:07:44 rin Exp $
+# $NetBSD: bsd.own.mk,v 1.1191 2020/05/20 15:43:29 martin Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -165,7 +165,7 @@
.if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \
${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" || \
${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
- ${MACHINE_ARCH} == "hppa"
+ ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64"
HAVE_BINUTILS?= 234
.else
HAVE_BINUTILS?= 231
Home |
Main Index |
Thread Index |
Old Index