diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2013-12-30 01:24:06 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2013-12-30 01:24:06 +0000 |
commit | f76c349cf3f38c1993390724731b8a1f3d911261 (patch) | |
tree | c2f316b5bc15a63313815aab3ab6ed1b9a854269 /sys-devel/gcc | |
parent | Version bump (diff) | |
download | gentoo-2-f76c349cf3f38c1993390724731b8a1f3d911261.tar.gz gentoo-2-f76c349cf3f38c1993390724731b8a1f3d911261.tar.bz2 gentoo-2-f76c349cf3f38c1993390724731b8a1f3d911261.zip |
4.8.2 p1.2: Fixes target CXXFLAGS being used with the native host compiler
when building with a cross-compiler (bug #492590).
Signed-off-by: Ryan Hill <dirtyepic@gentoo.org>
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.8.2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 858c8895df20..88b2be266b7c 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.988 2013/12/28 01:38:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.989 2013/12/30 01:24:06 dirtyepic Exp $ + + 30 Dec 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.8.2.ebuild: + 4.8.2 p1.2: Fixes target CXXFLAGS being used with the native host compiler + when building with a cross-compiler (bug #492590). 28 Dec 2013; Ryan Hill <dirtyepic@gentoo.org> gcc-4.1.2.ebuild, gcc-4.2.4-r1.ebuild: diff --git a/sys-devel/gcc/gcc-4.8.2.ebuild b/sys-devel/gcc/gcc-4.8.2.ebuild index 55e659c0e0cf..949e7feeea50 100644 --- a/sys-devel/gcc/gcc-4.8.2.ebuild +++ b/sys-devel/gcc/gcc-4.8.2.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.2.ebuild,v 1.2 2013/12/23 21:36:09 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v 1.3 2013/12/30 01:24:06 dirtyepic Exp $ -PATCH_VER="1.1" +PATCH_VER="1.2" UCLIBC_VER="1.0" # Hardened gcc 4 stuff |