Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk switch all arm to new binutils
details: https://anonhg.NetBSD.org/src/rev/346f52170502
branches: trunk
changeset: 347531:346f52170502
user: christos <christos%NetBSD.org@localhost>
date: Wed Aug 31 17:31:22 2016 +0000
description:
switch all arm to new binutils
diffstat:
share/mk/bsd.own.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 398aacb219c8 -r 346f52170502 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Wed Aug 31 17:28:58 2016 +0000
+++ b/share/mk/bsd.own.mk Wed Aug 31 17:31:22 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.948 2016/08/28 14:22:35 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.949 2016/08/31 17:31:22 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -174,7 +174,6 @@
#
.if ${MACHINE} == "alpha" || \
${MACHINE} == "amd64" || \
- ${MACHINE} == "evbarm" || \
${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
${MACHINE} == "ia64" || \
@@ -182,6 +181,7 @@
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
${MACHINE} == "vax" || \
+ ${MACHINE_CPU} == "arm" || \
${MACHINE_CPU} == "sh3" || \
${MACHINE_ARCH} == "powerpc"
HAVE_BINUTILS?= 226
Home |
Main Index |
Thread Index |
Old Index