Source-Changes-HG archive

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

[src/trunk]: src/share/mk Swirch arm to the new binutils



details:   https://anonhg.NetBSD.org/src/rev/71fecea164d5
branches:  trunk
changeset: 1009459:71fecea164d5
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Apr 23 19:24:53 2020 +0000

description:
Swirch arm to the new binutils

diffstat:

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

diffs (19 lines):

diff -r dee88143faab -r 71fecea164d5 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Thu Apr 23 17:21:53 2020 +0000
+++ b/share/mk/bsd.own.mk       Thu Apr 23 19:24:53 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1183 2020/04/15 23:10:27 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.1184 2020/04/23 19:24:53 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -170,7 +170,8 @@
 # What binutils is used?
 #
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \
-    ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc"
+    ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" || \
+    ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm"
 HAVE_BINUTILS?=        234
 .else
 HAVE_BINUTILS?=        231



Home | Main Index | Thread Index | Old Index