summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 06:03:31 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 06:03:31 +0000
commitb1e625c33dbf02cae9de4ab75ddb4c01d7394a51 (patch)
tree7d89d5a19d1c1dcc478d2c783dc13e8698d07406 /eclass/toolchain.eclass
parentCall strip-flags for everyone due to the large number of problems caused by p... (diff)
downloadhistorical-b1e625c33dbf02cae9de4ab75ddb4c01d7394a51.tar.gz
historical-b1e625c33dbf02cae9de4ab75ddb4c01d7394a51.tar.bz2
historical-b1e625c33dbf02cae9de4ab75ddb4c01d7394a51.zip
generated hardenednosspnopie spec files regardless of ssp/pie capabilities
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 7f4cb094a489..9f59cd111161 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.166 2005/06/09 02:44:10 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.167 2005/06/11 06:03:31 vapier Exp $
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
@@ -613,7 +613,6 @@ split_out_specs_files() {
create_vanilla_specs_file
create_hardenednossp_specs_file
create_hardenednopie_specs_file
- create_hardenednopiessp_specs_file
elif hardened_gcc_works pie ; then
create_vanilla_specs_file
create_hardenednossp_specs_file
@@ -621,6 +620,7 @@ split_out_specs_files() {
create_vanilla_specs_file
create_hardenednopie_specs_file
fi
+ create_hardenednopiessp_specs_file
}
create_gcc_env_entry() {