summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-04-07 06:31:09 +0000
committerMike Frysinger <vapier@gentoo.org>2008-04-07 06:31:09 +0000
commitde4d9541a2fe04759b3453803054d65caa3d24d5 (patch)
tree08b6fde839cc7df41000c5d0dd4c5e2e8846b43c /eclass/toolchain.eclass
parentAdded a patch for gcc 4.3 compatibility as kindly provided by Mikko C. on bug... (diff)
downloadhistorical-de4d9541a2fe04759b3453803054d65caa3d24d5.tar.gz
historical-de4d9541a2fe04759b3453803054d65caa3d24d5.tar.bz2
historical-de4d9541a2fe04759b3453803054d65caa3d24d5.zip
fixup locale ranges in awk scripts #215828
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index e7b9978898a2..ec5f623c4fc5 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.348 2008/03/23 16:33:17 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.349 2008/04/07 06:31:09 vapier Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1102,6 +1102,7 @@ gcc_src_unpack() {
|| eerror "Please file a bug about this"
eend $?
done
+ sed -i 's|A-Za-z0-9|[:alnum:]|g' "${S}"/gcc/*.awk #215828
if [[ -x contrib/gcc_update ]] ; then
einfo "Touching generated files"