Module Name: src
Committed By: christos
Date: Sun Jan 31 18:47:14 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
flip amd64 and evbarm to the new binutils
To generate a diff of this commit:
cvs rdiff -u -r1.890 -r1.891 src/share/mk/bsd.own.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.own.mk
diff -u src/share/mk/bsd.own.mk:1.890 src/share/mk/bsd.own.mk:1.891
--- src/share/mk/bsd.own.mk:1.890 Sun Jan 31 10:30:14 2016
+++ src/share/mk/bsd.own.mk Sun Jan 31 13:47:14 2016
@@ -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= gdb
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