diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-10-28 07:58:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-10-28 07:58:38 +0000 |
commit | da6ec5a789e5c38c3df7b2fbcc7358493533c8a1 (patch) | |
tree | ed16bbbf589c5f074df842e1b6b66bb6c23922c0 /eclass/toolchain-binutils.eclass | |
parent | Version bumped. (diff) | |
download | historical-da6ec5a789e5c38c3df7b2fbcc7358493533c8a1.tar.gz historical-da6ec5a789e5c38c3df7b2fbcc7358493533c8a1.tar.bz2 historical-da6ec5a789e5c38c3df7b2fbcc7358493533c8a1.zip |
allow users to specify a base EPATCH_EXCLUDE
Diffstat (limited to 'eclass/toolchain-binutils.eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index 20218eaf231e..feb0288e4363 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.101 2011/09/19 14:34:58 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.102 2011/10/28 07:58:38 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -116,7 +116,6 @@ tc-binutils_apply_patches() { cd "${S}" if ! use vanilla ; then - EPATCH_EXCLUDE= [[ ${SYMLINK_LIB} != "yes" ]] && EPATCH_EXCLUDE+=" 65_all_binutils-*-amd64-32bit-path.patch" if [[ -n ${PATCHVER} ]] ; then EPATCH_SOURCE=${WORKDIR}/patch |