diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2015-05-28 18:16:43 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2015-05-28 18:16:43 +0000 |
commit | 7f267b3fb49fc84ec770daebfad38715bd4d282e (patch) | |
tree | 482b936c8ed77decb2577c977e79127b55fb5291 /share | |
parent | 0087702081e90359550a0a1d848e7a2295b3246a (diff) |
Switch alpha, arm, sh and sparc to binutils 2.17.
Diffstat (limited to 'share')
-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 ad2f1108796..b67f9fbdfea 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.163 2015/05/21 19:26:34 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.164 2015/05/28 18:16:42 miod 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=amd64 hppa hppa64 i386 ia64 mips64 mips64el powerpc sparc64 +BINUTILS217_ARCH=alpha amd64 arm hppa hppa64 i386 ia64 mips64 mips64el powerpc sh sparc sparc64 # arm needs binutils-2.17, which still lacks W^X support # sparc has not been tried |