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 1SbUH7-0004JN-Ey for garchives@archives.gentoo.org; Mon, 04 Jun 2012 10:12:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4484E0710; Mon, 4 Jun 2012 10:12:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 647D7E06F9 for ; Mon, 4 Jun 2012 10:12:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 786A71B403A for ; Mon, 4 Jun 2012 10:12:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3B5F8E5404 for ; Mon, 4 Jun 2012 10:12:27 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1338804737.7a7b1670b440a77ca0fb2824dc8dcee8cb3f84f3.blueness@gentoo> Subject: [gentoo-commits] proj/hardened-dev:uclibc commit in: sys-devel/gcc/ X-VCS-Repository: proj/hardened-dev X-VCS-Files: sys-devel/gcc/gcc-4.6.3-r99.ebuild sys-devel/gcc/gcc-4.7.0.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7a7b1670b440a77ca0fb2824dc8dcee8cb3f84f3 X-VCS-Branch: uclibc Date: Mon, 4 Jun 2012 10:12:27 +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: 35333e6d-1285-482c-a69d-4d4301778996 X-Archives-Hash: 56350680a1dd009b413c2b131f95fd16 commit: 7a7b1670b440a77ca0fb2824dc8dcee8cb3f84f3 Author: Anthony G. Basile gentoo org> AuthorDate: Mon Jun 4 10:12:17 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jun 4 10:12:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3D7a7b1670 sys-devel/gcc: 4.6.3 and 4.7.0 in tree support SSP --- sys-devel/gcc/gcc-4.6.3-r99.ebuild | 64 ------------------------------= ------ sys-devel/gcc/gcc-4.7.0.ebuild | 59 ------------------------------= --- 2 files changed, 0 insertions(+), 123 deletions(-) diff --git a/sys-devel/gcc/gcc-4.6.3-r99.ebuild b/sys-devel/gcc/gcc-4.6.3= -r99.ebuild deleted file mode 100644 index acd15d6..0000000 --- a/sys-devel/gcc/gcc-4.6.3-r99.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.2.ebuild,v 1.9 = 2012/03/15 20:21:44 vapier Exp $ - -PATCH_VER=3D"1.3" -UCLIBC_VER=3D"1.0" - -# Hardened gcc 4 stuff -PIE_VER=3D"0.5.1" -SPECS_VER=3D"0.2.0" -SPECS_GCC_VER=3D"4.4.3" -# arch/libc configurations known to be stable with {PIE,SSP}-by-default -PIE_GLIBC_STABLE=3D"x86 amd64 ppc ppc64 arm ia64" -PIE_UCLIBC_STABLE=3D"x86 arm amd64 ppc ppc64" -SSP_STABLE=3D"amd64 x86 ppc ppc64 arm" -# uclibc need tls and nptl support for SSP support -# uclibc >=3D 0.9.32 -SSP_UCLIBC_STABLE=3D"amd64 x86" -#end Hardened stuff - -inherit toolchain - -DESCRIPTION=3D"The GNU Compiler Collection" - -LICENSE=3D"GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-= exception-3.1 ) FDL-1.2" -KEYWORDS=3D"amd64" - -RDEPEND=3D"" -DEPEND=3D"${RDEPEND} - elibc_glibc? ( >=3Dsys-libs/glibc-2.8 ) - amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) - >=3D${CATEGORY}/binutils-2.18" - -if [[ ${CATEGORY} !=3D cross-* ]] ; then - PDEPEND=3D"${PDEPEND} elibc_glibc? ( >=3Dsys-libs/glibc-2.8 )" -fi - -src_unpack() { - if has_version '=3Dglibc-2.12 #362315" - EPATCH_EXCLUDE+=3D" 10_all_default-fortify-source.patch" - fi - - # drop the x32 stuff once 4.7 goes stable - case ${CHOST} in - x86_64*) has x32 $(get_all_abis) || EPATCH_EXCLUDE+=3D" 80_all_gcc-4.6-= x32.patch" ;; - esac - - toolchain_src_unpack - - use vanilla && return 0 - - [[ ${CHOST} =3D=3D ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.p= atch -} - -pkg_setup() { - toolchain_pkg_setup - - ewarn - ewarn "LTO support is still experimental and unstable." - ewarn "Any bugs resulting from the use of LTO will not be fixed." - ewarn -} diff --git a/sys-devel/gcc/gcc-4.7.0.ebuild b/sys-devel/gcc/gcc-4.7.0.ebu= ild deleted file mode 100644 index 00d3b77..0000000 --- a/sys-devel/gcc/gcc-4.7.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.0 = 2012/01/17 19:02:25 zorry Exp $ - -PATCH_VER=3D"1.1" -UCLIBC_VER=3D"1.0" - -# Hardened gcc 4 stuff -PIE_VER=3D"0.5.3" -SPECS_VER=3D"0.2.0" -SPECS_GCC_VER=3D"4.4.3" -# arch/libc configurations known to be stable with {PIE,SSP}-by-default -PIE_GLIBC_STABLE=3D"x86 amd64 ppc ppc64 arm ia64" -PIE_UCLIBC_STABLE=3D"x86 arm amd64 ppc ppc64" -SSP_STABLE=3D"amd64 x86 ppc ppc64 arm" -# uclibc need tls and nptl support for SSP support -# uclibc 0.9.32 or newer. -SSP_UCLIBC_STABLE=3D"x86 amd64 ppc pcc64" -#end Hardened stuff - -inherit toolchain - -DESCRIPTION=3D"The GNU Compiler Collection" - -LICENSE=3D"GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-= exception-3.1 ) FDL-1.2" -KEYWORDS=3D"" - -RDEPEND=3D"" -DEPEND=3D"${RDEPEND} - elibc_glibc? ( >=3Dsys-libs/glibc-2.12 ) - amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) ) - >=3D${CATEGORY}/binutils-2.18" -PDEPEND=3D"go? ( >=3Dsys-devel/gcc-config-1.5 )" - -if [[ ${CATEGORY} !=3D cross-* ]] ; then - PDEPEND=3D"${PDEPEND} elibc_glibc? ( >=3Dsys-libs/glibc-2.12 )" -fi - -src_unpack() { - if has_version '