Switch alpha to binutils 2.26

This commit is contained in:
skrll 2016-04-04 07:02:31 +00:00
parent b1a9918244
commit dc636fed66
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: bsd.own.mk,v 1.917 2016/04/03 06:13:28 mrg Exp $
# $NetBSD: bsd.own.mk,v 1.918 2016/04/04 07:02:31 skrll Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@ -162,10 +162,11 @@ EXTERNAL_GDB_SUBDIR= gdb
#
# What binutils is used?
#
.if ${MACHINE} == "amd64" || \
.if ${MACHINE} == "alpha" || \
${MACHINE} == "amd64" || \
${MACHINE} == "evbarm" || \
${MACHINE} == "i386" || \
${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
${MACHINE} == "playstation2" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \