diff options
author | Magnus Granberg <zorry@gentoo.org> | 2010-06-18 00:00:09 +0000 |
---|---|---|
committer | Magnus Granberg <zorry@gentoo.org> | 2010-06-18 00:00:09 +0000 |
commit | 92d72b0ac09eb2190b34b80c96824ee0f0169586 (patch) | |
tree | e56a30225617c03e5d04559700e5e4d23ba9cc07 /sys-devel | |
parent | CONFIG_CHECK should be non-fatal in this context. (diff) | |
download | gentoo-2-92d72b0ac09eb2190b34b80c96824ee0f0169586.tar.gz gentoo-2-92d72b0ac09eb2190b34b80c96824ee0f0169586.tar.bz2 gentoo-2-92d72b0ac09eb2190b34b80c96824ee0f0169586.zip |
fix typo in *_STABLE so we dont use hardened_gcc_check_unsupported
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.3.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 7b76a237420d..27631c3ef7eb 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.759 2010/06/13 10:50:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.760 2010/06/18 00:00:09 zorry Exp $ + + 17 Jun 2010; Magnus Granberg <zorry@gentoo.org> gcc-4.3.5.ebuild: + fix typo in *_STABLE so we don't use hardened_gcc_check_unsupported 13 Jun 2010; Raúl Porcel <armin76@gentoo.org> gcc-4.4.3-r2.ebuild: alpha/ia64/sh stable wrt #302468 diff --git a/sys-devel/gcc/gcc-4.3.5.ebuild b/sys-devel/gcc/gcc-4.3.5.ebuild index 43ed8854c9dc..ae1453940ecb 100644 --- a/sys-devel/gcc/gcc-4.3.5.ebuild +++ b/sys-devel/gcc/gcc-4.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.5.ebuild,v 1.1 2010/06/10 03:09:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.5.ebuild,v 1.2 2010/06/18 00:00:09 zorry Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -12,7 +12,7 @@ PIE_VER="10.1.5" SPECS_VER="0.9.4" # arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default -PIE_GLIBC_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc" +PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm sparc" PIE_UCLIBC_STABLE="x86 arm" #SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc" #SSP_UCLIBC_STABLE="" |