From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OVu3W-0003G9-07 for garchives@archives.gentoo.org; Mon, 05 Jul 2010 22:22:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74BD9E08FF; Mon, 5 Jul 2010 22:22:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 363BEE08FF for ; Mon, 5 Jul 2010 22:22:22 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F6891B40B4 for ; Mon, 5 Jul 2010 22:22:21 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 559) id A0C7F2CE14; Mon, 5 Jul 2010 22:22:20 +0000 (UTC) From: "Mike Frysinger (vapier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, vapier@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: toolchain.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: toolchain.eclass X-VCS-Directories: eclass X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger Content-Type: text/plain; charset=utf8 Message-Id: <20100705222220.A0C7F2CE14@corvid.gentoo.org> Date: Mon, 5 Jul 2010 22:22:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: afe1480e-3536-4042-8e58-4e81f0bd4093 X-Archives-Hash: 11d82fa2f17f5d0c8ea2ae19b94d0424 vapier 10/07/05 22:22:20 Modified: toolchain.eclass Log: eat trailing whitespace Revision Changes Path 1.433 eclass/toolchain.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.433&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?rev=3D1.433&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/toolchain.e= class?r1=3D1.432&r2=3D1.433 Index: toolchain.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v retrieving revision 1.432 retrieving revision 1.433 diff -u -r1.432 -r1.433 --- toolchain.eclass 4 Jul 2010 01:44:11 -0000 1.432 +++ toolchain.eclass 5 Jul 2010 22:22:20 -0000 1.433 @@ -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.432 2010/= 07/04 01:44:11 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain.eclass,v 1.433 2010/= 07/05 22:22:20 vapier Exp $ # # Maintainer: Toolchain Ninjas =20 @@ -248,7 +248,7 @@ # SPECS_GCC_VER # This is for the minispecs files included in the hardened gcc-4.x # The specs files for hardenedno*, vanilla and for building the "specs= " file. -# SPECS_VER is expected to be the version of this patch, SPECS_GCC_VER= =20 +# SPECS_VER is expected to be the version of this patch, SPECS_GCC_VER # the gcc version of the patch. # An example: # SPECS_VER=3D"8.7.6.5" @@ -345,7 +345,7 @@ [[ -n ${PIE_VER} ]] && \ PIE_CORE=3D${PIE_CORE:-gcc-${PIE_GCC_VER}-piepatches-v${PIE_VER}.tar.b= z2} && \ GCC_SRC_URI=3D"${GCC_SRC_URI} $(gentoo_urls ${PIE_CORE})" - =09 + # gcc minispec for the hardened gcc 4 compiler [[ -n ${SPECS_VER} ]] && \ GCC_SRC_URI=3D"${GCC_SRC_URI} $(gentoo_urls gcc-${SPECS_GCC_VER}-specs= -${SPECS_VER}.tar.bz2)" @@ -754,10 +754,10 @@ if hardened_gcc_works ; then create_gcc_env_entry hardenednopiessp fi - if hardened_gcc_works pie ; then=20 + if hardened_gcc_works pie ; then create_gcc_env_entry hardenednopie fi - if hardened_gcc_works ssp ; then=20 + if hardened_gcc_works ssp ; then create_gcc_env_entry hardenednossp fi create_gcc_env_entry vanilla @@ -770,7 +770,7 @@ $(XGCC) -dumpspecs > "${WORKDIR}"/specs/specs cat "${WORKDIR}"/build.specs >> "${WORKDIR}"/specs/specs doins "${WORKDIR}"/specs/specs || die "failed to install the specs fil= e" - fi=09 + fi } add_profile_eselect_conf() { local compiler_config_file=3D$1 @@ -1267,8 +1267,8 @@ # # --with-python-dir=3DDIR # Specifies where to install the Python modules used for aot-compil= e. DIR - # should not include the prefix used in installation. For example, if= the=20 - # Python modules are to be installed in /usr/lib/python2.5/site-packa= ges,=20 + # should not include the prefix used in installation. For example, if= the + # Python modules are to be installed in /usr/lib/python2.5/site-packa= ges, # then =E2=80=93with-python-dir=3D/lib/python2.5/site-packages should= be passed. # # This should translate into "/share/gcc-data/${CTARGET}/${GCC_CONFIG_= VER}/python" @@ -1748,7 +1748,7 @@ einfo "CFLAGS=3D\"${CFLAGS}\"" einfo "CXXFLAGS=3D\"${CXXFLAGS}\"" =20 - # For hardened gcc 4.3 piepatchset to build the hardened specs=20 + # For hardened gcc 4.3 piepatchset to build the hardened specs # file (build.specs) to use when building gcc. if ! tc_version_is_at_least 4.4 && want_minispecs ; then setup_minispecs_gcc_build_specs