diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-11-26 18:06:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-11-26 18:06:55 +0000 |
commit | 95ad02bed8ad0d72f191ee483b5fc47b6a28b2a4 (patch) | |
tree | 08cac8670e449592a525e8e040728ffbae3ec8c5 /eclass | |
parent | Bump to 5.5.0 and 6.0.0, thanks to slepnoga (diff) | |
download | historical-95ad02bed8ad0d72f191ee483b5fc47b6a28b2a4.tar.gz historical-95ad02bed8ad0d72f191ee483b5fc47b6a28b2a4.tar.bz2 historical-95ad02bed8ad0d72f191ee483b5fc47b6a28b2a4.zip |
drop SYMLINK_LIB patch since upstream has added a similar change to mainline
Diffstat (limited to '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 fce928131fdc..d18320474760 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.120 2012/10/24 03:24:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.121 2012/11/26 18:06:55 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> # @@ -144,7 +144,6 @@ tc-binutils_apply_patches() { cd "${S}" if ! use vanilla ; then - [[ ${SYMLINK_LIB} != "yes" ]] && EPATCH_EXCLUDE+=" 65_all_binutils-*-amd64-32bit-path.patch" if [[ -n ${PATCHVER} ]] ; then EPATCH_SOURCE=${WORKDIR}/patch if [[ ${CTARGET} == mips* ]] ; then |