Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch mips (32 bit) and arm to binutils 2.27. hpp...
details: https://anonhg.NetBSD.org/src/rev/a9e2391a4d5c
branches: trunk
changeset: 349456:a9e2391a4d5c
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Dec 11 02:38:54 2016 +0000
description:
switch mips (32 bit) and arm to binutils 2.27. hppa and aarch64 left.
diffstat:
share/mk/bsd.own.mk | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (21 lines):
diff -r 001c5ab15b2f -r a9e2391a4d5c share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Sun Dec 11 02:13:34 2016 +0000
+++ b/share/mk/bsd.own.mk Sun Dec 11 02:38:54 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.996 2016/12/10 23:40:03 mrg Exp $
+# $NetBSD: bsd.own.mk,v 1.997 2016/12/11 02:38:54 mrg Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -146,10 +146,7 @@
#
.if \
${MACHINE_CPU} == "aarch64" || \
- ${MACHINE_CPU} == "arm" || \
- ${MACHINE_CPU} == "hppa" || \
- ${MACHINE_ARCH} == "mipsel" || \
- ${MACHINE_ARCH} == "mipseb"
+ ${MACHINE_CPU} == "hppa"
HAVE_BINUTILS?= 226
.else
HAVE_BINUTILS?= 227
Home |
Main Index |
Thread Index |
Old Index