diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2010-06-27 04:23:46 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2010-06-27 04:23:46 +0000 |
commit | 863eb6cf84c2e35af25e3329399e5327a19e6180 (patch) | |
tree | 93b90717d9027958c44aa45f370153094f23709b /sys-devel | |
parent | Add my distdir. (diff) | |
download | gentoo-2-863eb6cf84c2e35af25e3329399e5327a19e6180.tar.gz gentoo-2-863eb6cf84c2e35af25e3329399e5327a19e6180.tar.bz2 gentoo-2-863eb6cf84c2e35af25e3329399e5327a19e6180.zip |
Bump patchset. This release fixes the following bugs:
#317187 - Wrong code w/ -foptimize-sibling-calls (enabled at -O2)
#317269 - Link shared libs to libc on FreeBSD
#317513 - Core i? CPUs misdetected as Atom with -march=native
#317755 - Bootstrap failure with -march=atom
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 10 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.5.0.ebuild | 4 |
2 files changed, 11 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 98d4dd736a41..f54232d03343 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,14 @@ # 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.762 2010/06/21 22:49:21 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.763 2010/06/27 04:23:46 dirtyepic Exp $ + + 27 Jun 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.0.ebuild: + Bump patchset. This release fixes the following bugs: + + #317187 - Wrong code w/ -foptimize-sibling-calls (enabled at -O2) + #317269 - Link shared libs to libc on FreeBSD + #317513 - Core i? CPUs misdetected as Atom with -march=native + #317755 - Bootstrap failure with -march=atom 21 Jun 2010; Magnus Granberg <zorry@gentoo.org> gcc-4.5.0.ebuild: Add hardened support #318171 diff --git a/sys-devel/gcc/gcc-4.5.0.ebuild b/sys-devel/gcc/gcc-4.5.0.ebuild index 0b66f637f165..e8cb0b1f8eea 100644 --- a/sys-devel/gcc/gcc-4.5.0.ebuild +++ b/sys-devel/gcc/gcc-4.5.0.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.0.ebuild,v 1.7 2010/06/21 22:49:21 zorry Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.8 2010/06/27 04:23:46 dirtyepic Exp $ -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" ETYPE="gcc-compiler" |