diff options
author | Markus Meier <maekke@gentoo.org> | 2009-01-12 22:51:38 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-01-12 22:51:38 +0000 |
commit | 9db621b78ec8611476e2316d12568e684149c2e6 (patch) | |
tree | eb790c8b4b94e231ed65feb77faef28974bf14c7 /eclass/toolchain.eclass | |
parent | Import fix for ksquares-4.1.3 from kde-testing (diff) | |
download | gentoo-2-9db621b78ec8611476e2316d12568e684149c2e6.tar.gz gentoo-2-9db621b78ec8611476e2316d12568e684149c2e6.tar.bz2 gentoo-2-9db621b78ec8611476e2316d12568e684149c2e6.zip |
whitespace
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 10 |
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 |