aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-16 15:24:41 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-16 15:24:41 +0200
commit4272be13739502f11d9afcc97926a49911db307e (patch)
treef25f975697b2d95e061e3db98868be43ba38d4c9 /eclass/toolchain.eclass
parentthe patchset needed a fix for gcc 4.5.0 (diff)
downloadhardened-dev-4272be13739502f11d9afcc97926a49911db307e.tar.gz
hardened-dev-4272be13739502f11d9afcc97926a49911db307e.tar.bz2
hardened-dev-4272be13739502f11d9afcc97926a49911db307e.zip
eclass/toolchain.eclass needed fix for vanilla and hardened use flag
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index d65129ce..ae6a0b13 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -908,6 +908,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"
+ want_minispecs
+ want_espf
unset LANGUAGES #265283
}