summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2009-01-12 23:09:46 +0000
committerMarkus Meier <maekke@gentoo.org>2009-01-12 23:09:46 +0000
commit6f5f218865f8bccb88e659674e528846642748d9 (patch)
treeb1b9e55b82f05bc71effb16424c38ebeb2244db1 /eclass/toolchain.eclass
parentImport fix for ksquares-4.1.3 from kde-testing (diff)
downloadhistorical-6f5f218865f8bccb88e659674e528846642748d9.tar.gz
historical-6f5f218865f8bccb88e659674e528846642748d9.tar.bz2
historical-6f5f218865f8bccb88e659674e528846642748d9.zip
whitespace
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index c60e9a5884d1..540e0e6db7d7 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.380 2009/01/10 12:53:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.381 2009/01/12 22:51:38 maekke Exp $
#
# Maintainer: Toolchain Ninjas <toolchain@gentoo.org>
@@ -333,8 +333,8 @@ get_gcc_src_uri() {
GCC_SRC_URI="${GCC_SRC_URI} !nopie? ( $(gentoo_urls ${PIE_CORE}) )"
# gcc minispec for the hardened gcc 4 compiler
- [[ -n ${SPECS_VER} ]] && \
- GCC_SRC_URI="${GCC_SRC_URI} !nopie? ( $(gentoo_urls gcc-${SPECS_GCC_VER}-specs-${SPECS_VER}.tar.bz2) )"
+ [[ -n ${SPECS_VER} ]] && \
+ GCC_SRC_URI="${GCC_SRC_URI} !nopie? ( $(gentoo_urls gcc-${SPECS_GCC_VER}-specs-${SPECS_VER}.tar.bz2) )"
# gcc bounds checking patch
if [[ -n ${HTB_VER} ]] ; then
@@ -707,7 +707,7 @@ setup_minispecs_gcc_build_specs() {
# Setup the "build.specs" file for gcc to use when building.
if want_minispecs ; then
if hardened_gcc_works pie ; then
- cat "${WORKDIR}"/specs/pie.specs >> "${WORKDIR}"/build.specs
+ cat "${WORKDIR}"/specs/pie.specs >> "${WORKDIR}"/build.specs
fi
for s in nostrict znow; do
cat "${WORKDIR}"/specs/${s}.specs >> "${WORKDIR}"/build.specs
@@ -724,7 +724,7 @@ copy_minispecs_gcc_specs() {
cat "${WORKDIR}"/build.specs >> "${WORKDIR}"/specs/specs
insinto ${LIBPATH}
doins "${WORKDIR}"/specs/* || die "failed to install specs"
- fi
+ fi
}
add_profile_eselect_conf() {
local compiler_config_file=$1