summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2015-05-21 19:14:00 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2015-05-21 19:14:00 +0000
commit945f801381d7e753487c0dbed15bba960336d268 (patch)
treeca7dd428ce85bd4ce80862a2093bdcebd70e56a6
parent050ab7e2f2b681dc678b6347bc825f7586d2cbe7 (diff)
Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17.
ok deraadt@
-rw-r--r--share/mk/bsd.own.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index f973f7aeecc..5924c61967f 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.own.mk,v 1.161 2015/05/08 10:28:34 kettenis Exp $
+# $OpenBSD: bsd.own.mk,v 1.162 2015/05/21 19:13:59 kettenis Exp $
# $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $
# Host-specific overrides
@@ -18,7 +18,7 @@ YP?= yes
DEBUGLIBS?= no
GCC3_ARCH=m88k vax
-BINUTILS217_ARCH=hppa64 i386 ia64 sparc64
+BINUTILS217_ARCH=amd64 hppa hppa64 i386 ia64 mips64 mips64le powerpc sparc64
# arm needs binutils-2.17, which still lacks W^X support
# sparc has not been tried