From 863eb6cf84c2e35af25e3329399e5327a19e6180 Mon Sep 17 00:00:00 2001 From: Ryan Hill Date: Sun, 27 Jun 2010 04:23:46 +0000 Subject: 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) --- sys-devel/gcc/ChangeLog | 10 +++++++++- 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 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 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" -- cgit v1.2.3-65-gdbad