aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZorry <zorry.at.ume.nu>2008-08-06 01:18:37 +0200
committerZorry <zorry.at.ume.nu>2008-08-06 01:18:37 +0200
commit1aa0750c4d7a3773f3fce6b9c2c4df9bcf4a6879 (patch)
treeab7aedabb2011ea0663fdfdac45b1114cf3c5876 /eclass/toolchain.eclass
parentUpdated toolchain.eclass (diff)
downloadhardened-dev-1aa0750c4d7a3773f3fce6b9c2c4df9bcf4a6879.tar.gz
hardened-dev-1aa0750c4d7a3773f3fce6b9c2c4df9bcf4a6879.tar.bz2
hardened-dev-1aa0750c4d7a3773f3fce6b9c2c4df9bcf4a6879.zip
Rename nossp-all to nossp_all to get it working
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 68bfef89..1b9a4f85 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1697,7 +1697,7 @@ gcc-compiler_src_install() {
create_gcc_env_entry nopie
fi
if hardened_gcc_works ssp ; then
- create_gcc_env_entry nossp-all
+ create_gcc_env_entry nossp_all
fi
if hardened_gcc_works fortify ; then
create_gcc_env_entry nofortify