summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2014-08-05 01:41:01 +0000
committerMike Gilbert <floppym@gentoo.org>2014-08-05 01:41:01 +0000
commitd1342b3790a7c67c2f6861545af2beed3a6ba231 (patch)
tree53756698bbf3cb1b9da6f62e25fe784afe15817f /eclass/toolchain.eclass
parenttmpdir for configure must be not group-writable, otherwise grsec TPE will blo... (diff)
downloadhistorical-d1342b3790a7c67c2f6861545af2beed3a6ba231.tar.gz
historical-d1342b3790a7c67c2f6861545af2beed3a6ba231.tar.bz2
historical-d1342b3790a7c67c2f6861545af2beed3a6ba231.zip
Another typo.
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 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 )