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/7a760fada064
branches: trunk
changeset: 1009868:7a760fada064
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 90a00075fbab -r 7a760fada064 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