diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-11-19 06:15:04 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-11-19 06:15:04 +0000 |
commit | 834d1205327936b4cc061c7967baf0cbf5ea1dfe (patch) | |
tree | c0e0d6597f578ab742666de2916ea41551947ef1 /sys-devel | |
parent | Fixed random parallel failures. Respect compilers. Removed forced pentium4 fo... (diff) | |
download | gentoo-2-834d1205327936b4cc061c7967baf0cbf5ea1dfe.tar.gz gentoo-2-834d1205327936b4cc061c7967baf0cbf5ea1dfe.tar.bz2 gentoo-2-834d1205327936b4cc061c7967baf0cbf5ea1dfe.zip |
Patchset 1.3 fixes the following bugs:
#345219 - ICE with graphite flags
#341743 - wrong code with -fno-strict-overflow
PR45314 - miscompilation of i8k kernel driver
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 8 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.1.ebuild | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 57ab21dd2d65..5f1af51c5954 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,12 @@ # 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.789 2010/11/12 15:51:52 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.790 2010/11/19 06:15:04 dirtyepic Exp $ + + 19 Nov 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.1.ebuild: + Patchset 1.3 fixes the following bugs: + #345219 - ICE with graphite flags + #341743 - wrong code with -fno-strict-overflow + PR45314 - miscompilation of i8k kernel driver 12 Nov 2010; <mattst88@gentoo.org> gcc-4.5.1.ebuild: Added ~mips keyword. diff --git a/sys-devel/gcc/gcc-4.5.1.ebuild b/sys-devel/gcc/gcc-4.5.1.ebuild index 95897b63de65..320efcd0dd33 100644 --- a/sys-devel/gcc/gcc-4.5.1.ebuild +++ b/sys-devel/gcc/gcc-4.5.1.ebuild @@ -1,8 +1,8 @@ # 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.5.1.ebuild,v 1.6 2010/11/12 15:51:52 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild,v 1.7 2010/11/19 06:15:04 dirtyepic Exp $ -PATCH_VER="1.2" +PATCH_VER="1.3" UCLIBC_VER="1.0" ETYPE="gcc-compiler" |