Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.8.2.ebuild
Date: Mon, 30 Dec 2013 01:24:09
Message-Id: 20131230012406.F0EB12004C@flycatcher.gentoo.org
1 dirtyepic 13/12/30 01:24:06
2
3 Modified: ChangeLog gcc-4.8.2.ebuild
4 Log:
5 4.8.2 p1.2: Fixes target CXXFLAGS being used with the native host compiler
6 when building with a cross-compiler (bug #492590).
7
8 Signed-off-by: Ryan Hill <dirtyepic@g.o>
9 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 957A8463)
10
11 Revision Changes Path
12 1.989 sys-devel/gcc/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.989&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.989&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.988&r2=1.989
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
21 retrieving revision 1.988
22 retrieving revision 1.989
23 diff -u -r1.988 -r1.989
24 --- ChangeLog 28 Dec 2013 01:38:39 -0000 1.988
25 +++ ChangeLog 30 Dec 2013 01:24:06 -0000 1.989
26 @@ -1,6 +1,10 @@
27 # ChangeLog for sys-devel/gcc
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.988 2013/12/28 01:38:39 dirtyepic Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.989 2013/12/30 01:24:06 dirtyepic Exp $
31 +
32 + 30 Dec 2013; Ryan Hill <dirtyepic@g.o> gcc-4.8.2.ebuild:
33 + 4.8.2 p1.2: Fixes target CXXFLAGS being used with the native host compiler
34 + when building with a cross-compiler (bug #492590).
35
36 28 Dec 2013; Ryan Hill <dirtyepic@g.o> gcc-4.1.2.ebuild,
37 gcc-4.2.4-r1.ebuild:
38
39
40
41 1.3 sys-devel/gcc/gcc-4.8.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild?r1=1.2&r2=1.3
46
47 Index: gcc-4.8.2.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- gcc-4.8.2.ebuild 23 Dec 2013 21:36:09 -0000 1.2
54 +++ gcc-4.8.2.ebuild 30 Dec 2013 01:24:06 -0000 1.3
55 @@ -1,8 +1,8 @@
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v 1.2 2013/12/23 21:36:09 dirtyepic Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.8.2.ebuild,v 1.3 2013/12/30 01:24:06 dirtyepic Exp $
60
61 -PATCH_VER="1.1"
62 +PATCH_VER="1.2"
63 UCLIBC_VER="1.0"
64
65 # Hardened gcc 4 stuff