diff options
author | 2013-05-07 04:35:01 +0000 | |
---|---|---|
committer | 2013-05-07 04:35:01 +0000 | |
commit | 0a0a29be1fb236883d681168c3bedc383d592b98 (patch) | |
tree | af5d5e1e7de09bf36d0d5244167128b7dbd0cc3f /sys-devel | |
parent | verssion bump (diff) | |
download | gentoo-2-0a0a29be1fb236883d681168c3bedc383d592b98.tar.gz gentoo-2-0a0a29be1fb236883d681168c3bedc383d592b98.tar.bz2 gentoo-2-0a0a29be1fb236883d681168c3bedc383d592b98.zip |
4.8.0 p1.3: Fixes bug #465894 (wine memcopy breakage) and a couple of wrong
code bugs for -march=bdver2.
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.8.0.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 2e81fee133a5..257b2a68d750 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.946 2013/04/23 06:32:01 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.947 2013/05/07 04:35:01 dirtyepic Exp $ + + 07 May 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.8.0.ebuild: + 4.8.0 p1.3: Fixes bug #465894 (wine memcopy breakage) and a couple of wrong + code bugs for -march=bdver2. *gcc-4.6.4 (23 Apr 2013) diff --git a/sys-devel/gcc/gcc-4.8.0.ebuild b/sys-devel/gcc/gcc-4.8.0.ebuild index c2c37cc5cc9e..18ab4fb2ed24 100644 --- a/sys-devel/gcc/gcc-4.8.0.ebuild +++ b/sys-devel/gcc/gcc-4.8.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.5 2013/04/21 02:31:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.0.ebuild,v 1.6 2013/05/07 04:35:01 dirtyepic Exp $ -PATCH_VER="1.2" +PATCH_VER="1.3" UCLIBC_VER="1.0" # Hardened gcc 4 stuff @@ -42,11 +42,6 @@ src_unpack() { EPATCH_EXCLUDE+=" 10_all_default-fortify-source.patch" fi - # drop the x32 stuff once 4.7 goes stable -# if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; then -# EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch" -# fi - toolchain_src_unpack use vanilla && return 0 |