diff options
author | 2005-11-16 05:21:35 +0000 | |
---|---|---|
committer | 2005-11-16 05:21:35 +0000 | |
commit | 34b476d0c666d443268fe6a7016bdb056da94bed (patch) | |
tree | 1549a806fad745a87f80bd5694ab8c082915245b /eclass/toolchain.eclass | |
parent | New snapshot to fix bug #112503, including a patch by Cedric Berger. (diff) | |
download | gentoo-2-34b476d0c666d443268fe6a7016bdb056da94bed.tar.gz gentoo-2-34b476d0c666d443268fe6a7016bdb056da94bed.tar.bz2 gentoo-2-34b476d0c666d443268fe6a7016bdb056da94bed.zip |
update toolchain patch to handle uncompressed pie patches
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 3160dfe5b60c..508e5d6ef943 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.217 2005/11/13 04:40:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.218 2005/11/16 05:21:35 vapier Exp $ HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" @@ -1916,8 +1916,8 @@ do_gcc_PIE_patches() { fi want_boundschecking \ - && rm -f "${WORKDIR}"/piepatch/*/*-boundschecking-no.patch.bz2 \ - || rm -f "${WORKDIR}"/piepatch/*/*-boundschecking-yes.patch.bz2 + && rm -f "${WORKDIR}"/piepatch/*/*-boundschecking-no.patch* \ + || rm -f "${WORKDIR}"/piepatch/*/*-boundschecking-yes.patch* guess_patch_type_in_dir "${WORKDIR}"/piepatch/upstream |