diff options
author | 2005-10-31 00:33:31 +0000 | |
---|---|---|
committer | 2005-10-31 00:33:31 +0000 | |
commit | 30d48835142799b4c2293fbb371c4cb20ea37b14 (patch) | |
tree | 6080939a0d3905f0abcc273100f83ced06f70256 /sys-devel | |
parent | New package. (diff) | |
download | historical-30d48835142799b4c2293fbb371c4cb20ea37b14.tar.gz historical-30d48835142799b4c2293fbb371c4cb20ea37b14.tar.bz2 historical-30d48835142799b4c2293fbb371c4cb20ea37b14.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
Package-Manager: portage-2.0.53_rc6
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/gcc/Manifest | 10 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.0.2-r1.ebuild | 6 |
3 files changed, 16 insertions, 7 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/Manifest b/sys-devel/gcc/Manifest index c6c3ad93e417..74868b6bdbc6 100644 --- a/sys-devel/gcc/Manifest +++ b/sys-devel/gcc/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 2d240b79e452d43177bb90a12dff7c99 ChangeLog 94955 +MD5 6a3c03a17e30053a0413fba01d5bf450 ChangeLog 95186 MD5 8ec9b0352d226e4693cabffe0fa5bba6 files/3.2.1/gcc31-loop-load-final-value.patch 3324 MD5 5e8f2122ef7f9ce187b0a0d50ac9d24a files/3.2.1/gcc32-arm-disable-mathf.patch 2229 MD5 044a164462d9392aa67cde6f9fd5c1bc files/3.2.1/gcc32-arm-reload1-fix.patch 932 @@ -96,12 +96,12 @@ MD5 71e25d702be3dd13ee277b7383345fad gcc-3.4.3-r1.ebuild 5477 MD5 769273e24a52732ce892d08ebeb4bbeb gcc-3.4.3.20050110-r2.ebuild 5240 MD5 73ba3aa1e54ae26a48838f0002a2220b gcc-3.4.4-r1.ebuild 5088 MD5 24ef46cf2fa60049781de7bf424fc466 gcc-4.0.1.ebuild 1915 -MD5 21ed0a37ceba42e22abb81244e44029f gcc-4.0.2-r1.ebuild 2026 +MD5 0ebe025755060ea5e2e52ca3864d523c gcc-4.0.2-r1.ebuild 2173 MD5 567094e03359ffc1c95af7356395228d metadata.xml 162 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDUgk0gIKl8Uu19MoRAhfCAJ43ISuCT/wYl+jqUbgir/tf1xybkQCfb4jq -thdnltEjHhSczf4ZHdFFZgs= -=4XxI +iD8DBQFDZWZqCRZPokWLroQRAtt/AJ9NfPPYMTSEarbg8nQjKDobHuAXDgCgxCE6 +nm5j/5Ell/SYoff70pitUfw= +=7tVA -----END PGP SIGNATURE----- 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" |