diff options
author | Mike Gilbert <floppym@gentoo.org> | 2014-08-05 01:41:01 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2014-08-05 01:41:01 +0000 |
commit | ae38cfc7691fa8abf8314611a57b5a2cf5102e72 (patch) | |
tree | 52e0828992259857cd50afb6462327cb35fd92ad /eclass/toolchain.eclass | |
parent | tmpdir for configure must be not group-writable, otherwise grsec TPE will blo... (diff) | |
download | gentoo-2-ae38cfc7691fa8abf8314611a57b5a2cf5102e72.tar.gz gentoo-2-ae38cfc7691fa8abf8314611a57b5a2cf5102e72.tar.bz2 gentoo-2-ae38cfc7691fa8abf8314611a57b5a2cf5102e72.zip |
Another typo.
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index f5abb9ca23c7..f2b24e02f1a6 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.634 2014/08/05 01:04:21 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.635 2014/08/05 01:41:01 floppym Exp $ # Maintainer: Toolchain Ninjas <toolchain@gentoo.org> @@ -1133,7 +1133,7 @@ toolchain_src_configure() { if use_if_iuse libssp ; then confgcc+=( --enable-libssp ) else - if hardened_gcc_is_stable ssp: then + if hardened_gcc_is_stable ssp; then export gcc_cv_libc_provides_ssp=yes fi confgcc+=( --disable-libssp ) |