Source-Changes-HG archive

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

[src/trunk]: src/share/mk switch arm to new binutils.



details:   https://anonhg.NetBSD.org/src/rev/2605eceeaacd
branches:  trunk
changeset: 347818:2605eceeaacd
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Sep 17 15:58:21 2016 +0000

description:
switch arm to new binutils.

diffstat:

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

diffs (17 lines):

diff -r 05b165d4c3ec -r 2605eceeaacd share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Sep 17 12:58:51 2016 +0000
+++ b/share/mk/bsd.own.mk       Sat Sep 17 15:58:21 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.960 2016/09/17 06:06:15 kre Exp $
+#      $NetBSD: bsd.own.mk,v 1.961 2016/09/17 15:58:21 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -166,6 +166,7 @@
 #
 .if ${MACHINE} == "alpha" || \
     ${MACHINE} == "amd64" || \
+    ${MACHINE_CPU} == "arm" || \
     ${MACHINE} == "hppa" || \
     ${MACHINE} == "i386" || \
     ${MACHINE} == "ia64" || \



Home | Main Index | Thread Index | Old Index