Source-Changes-HG archive

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

[src/trunk]: src/share/mk flip amd64 and evbarm to the new binutils



details:   https://anonhg.NetBSD.org/src/rev/0f93eb89e3ab
branches:  trunk
changeset: 343365:0f93eb89e3ab
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 31 18:47:14 2016 +0000

description:
flip amd64 and evbarm to the new binutils

diffstat:

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

diffs (22 lines):

diff -r 00337a146e67 -r 0f93eb89e3ab share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sun Jan 31 18:41:35 2016 +0000
+++ b/share/mk/bsd.own.mk       Sun Jan 31 18:47:14 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.890 2016/01/31 15:30:14 christos Exp $
+#      $NetBSD: bsd.own.mk,v 1.891 2016/01/31 18:47:14 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -133,7 +133,12 @@
 EXTERNAL_GDB_SUBDIR=           /does/not/exist
 .endif
 
+.if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "evbarm"
+HAVE_BINUTILS?=        226
+.else
 HAVE_BINUTILS?=        223
+.endif
 
 .if ${HAVE_BINUTILS} == 223
 EXTERNAL_BINUTILS_SUBDIR=      binutils.old



Home | Main Index | Thread Index | Old Index