summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-12-29 16:40:54 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-12-29 16:40:54 +0000
commit8830c52306026d3984c2e5b5260699298bb88f20 (patch)
tree6c4d09e5112085b3ef5416a24c750f73eab94765 /eclass/toolchain.eclass
parentalpha/arm/ia64/s390/x86 stable wrt #251812 (diff)
downloadgentoo-2-8830c52306026d3984c2e5b5260699298bb88f20.tar.gz
gentoo-2-8830c52306026d3984c2e5b5260699298bb88f20.tar.bz2
gentoo-2-8830c52306026d3984c2e5b5260699298bb88f20.zip
Typo fixes, as pointed out by Zorry
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index b005a6623954..607c0199ce9b 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.369 2008/12/29 02:24:18 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.370 2008/12/29 16:40:54 armin76 Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -1001,7 +1001,7 @@ gcc-compiler_src_unpack() {
# the necessary support
want_pie && use hardened && glibc_have_pie
- if use hardened && !want_minispecs ; then
+ if use hardened && ! want_minispecs ; then
einfo "updating configuration to build hardened GCC"
make_gcc_hard || die "failed to make gcc hard"
fi
@@ -1650,7 +1650,7 @@ gcc_src_compile() {
# Do not create multiple specs files for PIE+SSP if boundschecking is in
# USE, as we disable PIE+SSP when it is.
- if [[ ${ETYPE} == "gcc-compiler" ]] && want_split_specs && !want_minispecs; then
+ if [[ ${ETYPE} == "gcc-compiler" ]] && want_split_specs && ! want_minispecs; then
split_out_specs_files || die "failed to split out specs"
fi