flip amd64 and evbarm to the new binutils

This commit is contained in:
christos 2016-01-31 18:47:14 +00:00
parent 0487dcd8aa
commit cb68fe56e3
1 changed files with 6 additions and 1 deletions

View File

@ -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