diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2005-10-31 00:33:31 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2005-10-31 00:33:31 +0000 |
commit | 478c1529e99ea76e644baba6dc7768c1e3ec178d (patch) | |
tree | 4e1706419d1796e9c7fe96fdfaccb14561139a37 /sys-devel | |
parent | New package. (diff) | |
download | gentoo-2-478c1529e99ea76e644baba6dc7768c1e3ec178d.tar.gz gentoo-2-478c1529e99ea76e644baba6dc7768c1e3ec178d.tar.bz2 gentoo-2-478c1529e99ea76e644baba6dc7768c1e3ec178d.zip |
Adding 28_all_gcc4-pr19520.patch to GENTOO_PATCH_EXCLUDE due to it causing ICEs in a few packages. I will remove it from the patchset in the next revision
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r1.ebuild | 6 |
2 files changed, 11 insertions, 2 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index e7afa15cd523..56aa3f82963b 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.460 2005/10/10 14:10:28 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.461 2005/10/31 00:33:30 halcy0n Exp $ + + 31 Oct 2005; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.2-r1.ebuild: + Adding 28_all_gcc4-pr19520.patch to GENTOO_PATCH_EXCLUDE due to it causing + ICEs in a few packages. I will remove it from the patchset in the next + revision 10 Oct 2005; Mark Loeser <halcy0n@gentoo.org> gcc-4.0.2-r1.ebuild: Remove SPLIT_SPECS for now, until we have a better complete solution; bug diff --git a/sys-devel/gcc/gcc-4.0.2-r1.ebuild b/sys-devel/gcc/gcc-4.0.2-r1.ebuild index cae6c3a654f5..d8796813f55b 100644 --- a/sys-devel/gcc/gcc-4.0.2-r1.ebuild +++ b/sys-devel/gcc/gcc-4.0.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r1.ebuild,v 1.5 2005/10/16 08:00:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.0.2-r1.ebuild,v 1.6 2005/10/31 00:33:31 halcy0n Exp $ PATCH_VER="1.2" PATCH_GCC_VER="4.0.2" @@ -17,6 +17,10 @@ ETYPE="gcc-compiler" # and vanilla configurations. SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed +# this patch is broken and causes ICEs in a few packages. I'll remove it on the +# next revbump +GENTOO_PATCH_EXCLUDE="28_all_gcc4-pr19520.patch" + inherit toolchain DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" |