=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.167 retrieving revision 1.168 diff -u -r1.167 -r1.168 --- src/share/mk/bsd.own.mk 2015/06/01 17:35:24 1.167 +++ src/share/mk/bsd.own.mk 2015/06/01 17:36:19 1.168 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.167 2015/06/01 17:35:24 miod Exp $ +# $OpenBSD: bsd.own.mk,v 1.168 2015/06/01 17:36:19 miod Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -18,7 +18,6 @@ DEBUGLIBS?= no GCC3_ARCH=m88k vax -BINUTILS215_ARCH= # arm needs binutils-2.17, which still lacks W^X support # sparc has not been tried @@ -32,12 +31,6 @@ COMPILER_VERSION?=gcc3 .else COMPILER_VERSION?=gcc4 -.endif - -.if !empty(BINUTILS215_ARCH:M${_arch}) -BINUTILS_VERSION=binutils -.else -BINUTILS_VERSION=binutils-2.17 .endif .if !empty(STATICPIE_ARCH:M${_arch})