diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 03:05:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-07-16 03:05:56 +0000 |
commit | aac63e3e64c2d1d677ec728b3ee597b5355fe4ff (patch) | |
tree | b8f929bf54b550846321ce4d011f2d2c66e57b0a /eclass | |
parent | stable x86; sleepy from dinner (diff) | |
download | historical-aac63e3e64c2d1d677ec728b3ee597b5355fe4ff.tar.gz historical-aac63e3e64c2d1d677ec728b3ee597b5355fe4ff.tar.bz2 historical-aac63e3e64c2d1d677ec728b3ee597b5355fe4ff.zip |
move strip-linguas to src_compile() #139939
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain-binutils.eclass | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/eclass/toolchain-binutils.eclass b/eclass/toolchain-binutils.eclass index fa72ee74bbf8..877775033a73 100644 --- a/eclass/toolchain-binutils.eclass +++ b/eclass/toolchain-binutils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.61 2006/06/11 18:00:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-binutils.eclass,v 1.62 2006/07/16 03:05:56 vapier Exp $ # We install binutils into CTARGET-VERSION specific directories. This lets # us easily merge multiple versions for multiple targets (if we wish) and @@ -137,10 +137,6 @@ tc-binutils_apply_patches() { # Run misc portage update scripts gnuconfig_update elibtoolize --portage --no-uclibc - - # make sure we filter $LINGUAS so that only ones that - # actually work make it through #42033 - strip-linguas -u */po } toolchain-binutils_src_unpack() { @@ -149,7 +145,12 @@ toolchain-binutils_src_unpack() { } toolchain-binutils_src_compile() { - strip-flags && replace-flags -O3 -O2 #47581 + # make sure we filter $LINGUAS so that only ones that + # actually work make it through #42033 + strip-linguas -u */po + + # keep things sane + strip-flags local x echo |