diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-07-05 19:56:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-07-05 19:56:42 +0000 |
commit | 91fa3366d7fc672d84f6adb8ad4787f732314d38 (patch) | |
tree | e17f43bc6f2fa4d63dc9bcc92460d78fb6b21d06 /eclass | |
parent | initial ebuild, #244669 (diff) | |
download | gentoo-2-91fa3366d7fc672d84f6adb8ad4787f732314d38.tar.gz gentoo-2-91fa3366d7fc672d84f6adb8ad4787f732314d38.tar.bz2 gentoo-2-91fa3366d7fc672d84f6adb8ad4787f732314d38.zip |
filter LANGUAGES env var #265283 by Miguel R. Caudevilla
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 1d17d60adfa5..3a6d9ac111e3 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.401 2009/07/03 05:43:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.402 2009/07/05 19:56:42 vapier Exp $ # # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -882,6 +882,8 @@ gcc_pkg_setup() { want_libssp && libc_has_ssp && \ die "libssp cannot be used with a glibc that has been patched to provide ssp symbols" + + unset LANGUAGES #265283 } gcc-compiler_pkg_preinst() { |