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/gcc/gcc-4.5.0.ebuild | |
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/gcc/gcc-4.5.0.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-4.5.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |