Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch hppa to new binutils (2.34)



details:   https://anonhg.NetBSD.org/src/rev/1d5f824284d4
branches:  trunk
changeset: 932356:1d5f824284d4
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue May 05 20:47:38 2020 +0000

description:
switch hppa to new binutils (2.34)

diffstat:

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

diffs (19 lines):

diff -r a2b59ef46e77 -r 1d5f824284d4 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Tue May 05 20:47:14 2020 +0000
+++ b/share/mk/bsd.own.mk       Tue May 05 20:47:38 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.1187 2020/04/27 03:15:12 mrg Exp $
+#      $NetBSD: bsd.own.mk,v 1.1188 2020/05/05 20:47:38 skrll Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -164,7 +164,8 @@
 #
 .if ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "i386" || \
     ${MACHINE_ARCH} == "powerpc64" || ${MACHINE_ARCH} == "powerpc" || \
-    ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm"
+    ${MACHINE_CPU} == "aarch64" || ${MACHINE_CPU} == "arm" || \
+    ${MACHINE_ARCH} == "hppa"
 HAVE_BINUTILS?=        234
 .else
 HAVE_BINUTILS?=        231



Home | Main Index | Thread Index | Old Index