aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-15 16:06:12 +0200
committerMagnus Granberg (Zorry) <zorry@gentoo.org>2010-04-15 16:06:12 +0200
commit80d1ea9d1f16abd39cd04065e3adf45f80ab2558 (patch)
tree2e8c691d90dd9b0cc8707019beb9de87ee6e9858 /eclass/toolchain.eclass
parentUpdated all to espf 0.3.9 part2 (diff)
downloadhardened-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.eclass6
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