Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.6.3.ebuild
Date: Thu, 28 Jun 2012 13:46:44
Message-Id: 20120628134623.F39852004B@flycatcher.gentoo.org
1 blueness 12/06/28 13:46:23
2
3 Modified: ChangeLog gcc-4.6.3.ebuild
4 Log:
5 PIE and SSP work on mips glibc systems, tested on lemote yeeloong
6
7 (Portage version: 2.1.10.65/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.885 sys-devel/gcc/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.885&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.885&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.884&r2=1.885
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
19 retrieving revision 1.884
20 retrieving revision 1.885
21 diff -u -r1.884 -r1.885
22 --- ChangeLog 15 Jun 2012 00:28:33 -0000 1.884
23 +++ ChangeLog 28 Jun 2012 13:46:23 -0000 1.885
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-devel/gcc
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.884 2012/06/15 00:28:33 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.885 2012/06/28 13:46:23 blueness Exp $
29 +
30 + 28 Jun 2012; Anthony G. Basile <blueness@g.o> gcc-4.6.3.ebuild:
31 + PIE and SSP work on mips glibc systems, tested on lemote yeeloong
32
33 *gcc-4.7.1 (15 Jun 2012)
34
35
36
37
38 1.9 sys-devel/gcc/gcc-4.6.3.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild?r1=1.8&r2=1.9
43
44 Index: gcc-4.6.3.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- gcc-4.6.3.ebuild 4 Jun 2012 22:48:18 -0000 1.8
51 +++ gcc-4.6.3.ebuild 28 Jun 2012 13:46:23 -0000 1.9
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.8 2012/06/04 22:48:18 zorry Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.3.ebuild,v 1.9 2012/06/28 13:46:23 blueness Exp $
57
58 PATCH_VER="1.3"
59 UCLIBC_VER="1.0"
60 @@ -10,9 +10,9 @@
61 SPECS_VER="0.2.0"
62 SPECS_GCC_VER="4.4.3"
63 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
64 -PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
65 +PIE_GLIBC_STABLE="x86 amd64 mips ppc ppc64 arm ia64"
66 PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
67 -SSP_STABLE="amd64 x86 ppc ppc64 arm"
68 +SSP_STABLE="amd64 x86 mips ppc ppc64 arm"
69 # uclibc need tls and nptl support for SSP support
70 # uclibc need to be >= 0.9.32
71 SSP_UCLIBC_STABLE="x86 amd64 ppc ppc64 arm"