Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk switch sparc to binutils 2.34. tested on an ss20.



details:   https://anonhg.NetBSD.org/src/rev/d2b81cf63c44
branches:  trunk
changeset: 938521:d2b81cf63c44
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Sep 10 06:02:30 2020 +0000

description:
switch sparc to binutils 2.34.  tested on an ss20.

diffstat:

 share/mk/bsd.own.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e4e7811fea23 -r d2b81cf63c44 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Sep 10 04:56:00 2020 +0000
+++ b/share/mk/bsd.own.mk       Thu Sep 10 06:02:30 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1207 2020/09/07 10:19:02 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1208 2020/09/10 06:02:30 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -161,7 +161,7 @@
     ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
     ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \
     ${MACHINE} == "sun2" || ${MACHINE} == "alpha" || \
-    ${MACHINE_CPU} == "mips"
+    ${MACHINE_CPU} == "mips" || ${MACHINE} == "sparc"
 HAVE_BINUTILS?=        234
 .else
 HAVE_BINUTILS?=        231



Home | Main Index | Thread Index | Old Index