diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-05-08 10:28:35 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2015-05-08 10:28:35 +0000 |
commit | 8cad269f183023ebb4107b587fd55edadbf0c487 (patch) | |
tree | 39d7db9067786d4ebe7de3084ce19789bfd08a2a /share/mk | |
parent | 663bce5e09726487ac67bd6664651ca094e2c7d2 (diff) |
Switch i386 and sparc64 to binutils 2.17. More architectures to follow if
this doesn't cause any serious regressions.
ok espie@, pascal@, deraadt@
Diffstat (limited to 'share/mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index b512f92e172..f973f7aeecc 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.160 2015/01/06 22:19:36 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.161 2015/05/08 10:28:34 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 ia64 +BINUTILS217_ARCH=hppa64 i386 ia64 sparc64 # arm needs binutils-2.17, which still lacks W^X support # sparc has not been tried |