summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2006-05-28 21:54:08 +0000
committerJoshua Kinard <kumba@gentoo.org>2006-05-28 21:54:08 +0000
commit17b060b9eb6da832144be3b03b47f87a62cd0b1f (patch)
tree4581f350cc293ddcfdd53e9c286f581e74601015 /sys-devel
parentSecurity bump for #134365; include some fixes from -hf32.6. (diff)
downloadgentoo-2-17b060b9eb6da832144be3b03b47f87a62cd0b1f.tar.gz
gentoo-2-17b060b9eb6da832144be3b03b47f87a62cd0b1f.tar.bz2
gentoo-2-17b060b9eb6da832144be3b03b47f87a62cd0b1f.zip
Update 4.1.0 w/ two mips patches for R10K support and R10K cache barriers handling. 4.1.1 is forthcoming.
(Portage version: 2.1_rc3)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/files/digest-gcc-4.1.0-r16
-rw-r--r--sys-devel/gcc/gcc-4.1.0-r1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 9e20f7e48257..f6b3b4ed81c3 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.542 2006/05/27 23:30:26 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.543 2006/05/28 21:54:07 kumba Exp $
+
+ 28 May 2006; Joshua Kinard <kumba@gentoo.org> gcc-4.1.0-r1.ebuild:
+ Update 4.1.0 w/ two mips patches for R10K support and R10K cache barriers
+ handling. 4.1.1 is forthcoming.
27 May 2006; Mark Loeser <halcy0n@gentoo.org> gcc-4.1.1.ebuild:
Exclude patch for pr22889; bug #110002
diff --git a/sys-devel/gcc/files/digest-gcc-4.1.0-r1 b/sys-devel/gcc/files/digest-gcc-4.1.0-r1
index ff7aceecbca5..bdf5683ecca2 100644
--- a/sys-devel/gcc/files/digest-gcc-4.1.0-r1
+++ b/sys-devel/gcc/files/digest-gcc-4.1.0-r1
@@ -1,6 +1,6 @@
-MD5 31185144b4b928089911c52daf67f5be gcc-4.1.0-patches-1.4.tar.bz2 22828
-RMD160 52adc4c28d076aff33b0b70931287d8b74e3d9b6 gcc-4.1.0-patches-1.4.tar.bz2 22828
-SHA256 3a1b345d9fd1e7b1806bf432d136739c46541b9c99b4d8de7ba7a3ca2cb2409d gcc-4.1.0-patches-1.4.tar.bz2 22828
+MD5 98dab5da1fbf46fddbf36a166c9904c7 gcc-4.1.0-patches-1.5.tar.bz2 29276
+RMD160 3ed1e7eb62462eb87e9b8942ca9bc9ffb3b0d88e gcc-4.1.0-patches-1.5.tar.bz2 29276
+SHA256 9490d3e21b782cd810249a9b464e03bbb86043da5826dc0714fe519a293969cf gcc-4.1.0-patches-1.5.tar.bz2 29276
MD5 d14c76ebfb370072714fa728aaff4be6 gcc-4.1.0-uclibc-patches-1.1.tar.bz2 20238
RMD160 173d2bf08183a8808ba253da69abeaae0127b88f gcc-4.1.0-uclibc-patches-1.1.tar.bz2 20238
SHA256 7b35927cb87f73ca98b810c1d70f9de8405c4b024c8932aabd99a0e87ed880b4 gcc-4.1.0-uclibc-patches-1.1.tar.bz2 20238
diff --git a/sys-devel/gcc/gcc-4.1.0-r1.ebuild b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
index f1fbf63142bd..ff356c24f26e 100644
--- a/sys-devel/gcc/gcc-4.1.0-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.1.0-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.2 2006/05/15 00:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.1.0-r1.ebuild,v 1.3 2006/05/28 21:54:07 kumba Exp $
-PATCH_VER="1.4"
+PATCH_VER="1.5"
UCLIBC_VER="1.1"
ETYPE="gcc-compiler"