diff options
author | 2005-11-16 05:21:35 +0000 | |
---|---|---|
committer | 2005-11-16 05:21:35 +0000 | |
commit | c118ed904d4bb31caf11064de7dbcfe5ca28b436 (patch) | |
tree | a1f293ad99fec3b61316e8f0b45351d66be64942 /eclass | |
parent | New snapshot to fix bug #112503, including a patch by Cedric Berger. (diff) | |
download | historical-c118ed904d4bb31caf11064de7dbcfe5ca28b436.tar.gz historical-c118ed904d4bb31caf11064de7dbcfe5ca28b436.tar.bz2 historical-c118ed904d4bb31caf11064de7dbcfe5ca28b436.zip |
update toolchain patch to handle uncompressed pie patches
Diffstat (limited to '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 |