Module Name: src
Committed By: skrll
Date: Mon Apr 4 07:02:31 UTC 2016
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
Switch alpha to binutils 2.26
To generate a diff of this commit:
cvs rdiff -u -r1.917 -r1.918 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.917 src/share/mk/bsd.own.mk:1.918
--- src/share/mk/bsd.own.mk:1.917 Sun Apr 3 06:13:28 2016
+++ src/share/mk/bsd.own.mk Mon Apr 4 07:02:31 2016
@@ -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" || \