diff options
author | Ryan Hill <rhill@gentoo.org> | 2014-03-29 06:40:40 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2014-03-29 06:40:40 +0000 |
commit | 8f4a30e7a1a225f185bf986a897fca4bf6abb3a5 (patch) | |
tree | c4027c34f47603c87e26b217a6038927857955fa /sys-devel | |
parent | Forgot to add credits where due... Fix ChangeLog. Drop old. (diff) | |
download | gentoo-2-8f4a30e7a1a225f185bf986a897fca4bf6abb3a5.tar.gz gentoo-2-8f4a30e7a1a225f185bf986a897fca4bf6abb3a5.tar.bz2 gentoo-2-8f4a30e7a1a225f185bf986a897fca4bf6abb3a5.zip |
4.6.4 p1.2: Fixes illegal instructions on Haswell (or -mfma) (bug #505960
by Christian Schmidt).
Signed-off-by: Ryan Hill <rhill@gentoo.org>
(Portage version: 2.2.10/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.6.4.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 9a6ba0a23ae7..766a5339d23a 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.999 2014/02/16 07:32:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.1000 2014/03/29 06:40:40 rhill Exp $ + + 29 Mar 2014; Ryan Hill <rhill@gentoo.org> gcc-4.6.4.ebuild: + 4.6.4 p1.2: Fixes illegal instructions on Haswell (or -mfma) (bug #505960 + by Christian Schmidt). 16 Feb 2014; Mike Frysinger <vapier@gentoo.org> gcc-4.7.3-r1.ebuild: Mark sh stable. diff --git a/sys-devel/gcc/gcc-4.6.4.ebuild b/sys-devel/gcc/gcc-4.6.4.ebuild index 6cfa34199cf2..680b411ee0a0 100644 --- a/sys-devel/gcc/gcc-4.6.4.ebuild +++ b/sys-devel/gcc/gcc-4.6.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.5 2014/01/19 01:51:34 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.4.ebuild,v 1.6 2014/03/29 06:40:40 rhill Exp $ EAPI="2" -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |