diff options
author | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-15 16:06:12 +0200 |
---|---|---|
committer | Magnus Granberg (Zorry) <zorry@gentoo.org> | 2010-04-15 16:06:12 +0200 |
commit | 80d1ea9d1f16abd39cd04065e3adf45f80ab2558 (patch) | |
tree | 2e8c691d90dd9b0cc8707019beb9de87ee6e9858 /eclass/toolchain.eclass | |
parent | Updated all to espf 0.3.9 part2 (diff) | |
download | hardened-dev-80d1ea9d1f16abd39cd04065e3adf45f80ab2558.tar.gz hardened-dev-80d1ea9d1f16abd39cd04065e3adf45f80ab2558.tar.bz2 hardened-dev-80d1ea9d1f16abd39cd04065e3adf45f80ab2558.zip |
Updated toolchain.eclass to support espf 0.3.9 on gcc-4.3.4
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 49f42936..aa752506 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -522,11 +522,7 @@ want_minispecs() { } want_espf() { if tc_version_is_at_least 4.3.4 && use hardened ; then - if ! tc_version_is_at_least 4.4.3 ; then - [[ -n ${ESPF_VER} ]] && [[ -n ${SPECS_VER} ]] && return 0 - else - [[ -n ${ESPF_VER} ]] && return 0 - fi + [[ -n ${ESPF_VER} ]] && return 0 die "For Hardened to work you need the espf patch" fi return 1 |