Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Switch alpha to binutils 2.26
details: https://anonhg.NetBSD.org/src/rev/f7a94302afaa
branches: trunk
changeset: 344547:f7a94302afaa
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Apr 04 07:02:31 2016 +0000
description:
Switch alpha to binutils 2.26
diffstat:
share/mk/bsd.own.mk | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r b92031087371 -r f7a94302afaa share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk Mon Apr 04 06:58:48 2016 +0000
+++ b/share/mk/bsd.own.mk Mon Apr 04 07:02:31 2016 +0000
@@ -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 @@
#
# What binutils is used?
#
-.if ${MACHINE} == "amd64" || \
+.if ${MACHINE} == "alpha" || \
+ ${MACHINE} == "amd64" || \
${MACHINE} == "evbarm" || \
+ ${MACHINE} == "hppa" || \
${MACHINE} == "i386" || \
- ${MACHINE} == "hppa" || \
${MACHINE} == "playstation2" || \
${MACHINE} == "sparc" || \
${MACHINE} == "sparc64" || \
Home |
Main Index |
Thread Index |
Old Index