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 1S8vxv-0001No-Jf for garchives@archives.gentoo.org; Sat, 17 Mar 2012 15:54:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95AF2E0439; Sat, 17 Mar 2012 15:54:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 66EDAE0439 for ; Sat, 17 Mar 2012 15:54:34 +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 C97BD1B401C for ; Sat, 17 Mar 2012 15:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 87DB8E5402 for ; Sat, 17 Mar 2012 15:54:32 +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: <1331999646.dc77a99f10b8cef038a7ed38b46ad3e01e5fb1f9.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.2-r99.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: dc77a99f10b8cef038a7ed38b46ad3e01e5fb1f9 X-VCS-Branch: uclibc Date: Sat, 17 Mar 2012 15:54:32 +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: da89859a-8c12-4366-961c-61fa643c9dbc X-Archives-Hash: 0395d42df2c4292bdf15d8b475608b9c commit: dc77a99f10b8cef038a7ed38b46ad3e01e5fb1f9 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Mar 17 15:54:06 2012 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Mar 17 15:54:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/hardened-dev.= git;a=3Dcommit;h=3Ddc77a99f sys-devel/gcc: marking ppc stable for hardened uclibc --- sys-devel/gcc/gcc-4.6.2-r99.ebuild | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-devel/gcc/gcc-4.6.2-r99.ebuild b/sys-devel/gcc/gcc-4.6.2= -r99.ebuild index 65cb91a..b8322bb 100644 --- a/sys-devel/gcc/gcc-4.6.2-r99.ebuild +++ b/sys-devel/gcc/gcc-4.6.2-r99.ebuild @@ -10,10 +10,10 @@ 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 mips" -PIE_UCLIBC_STABLE=3D"x86 amd64 mips" -SSP_STABLE=3D"amd64 x86 mips" -SSP_UCLIBC_STABLE=3D"amd64 x86 mips" +PIE_GLIBC_STABLE=3D"amd64 mips ppc x86" +PIE_UCLIBC_STABLE=3D"amd64 mips ppc x86" +SSP_STABLE=3D"amd64 mips ppc x86" +SSP_UCLIBC_STABLE=3D"amd64 mips ppc x86" #end Hardened stuff =20 inherit toolchain