Gentoo Archives: gentoo-commits

From: "Magnus Granberg (zorry)" <zorry@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: gcc-4.5.1.ebuild gcc-4.5.0.ebuild
Date: Tue, 05 Oct 2010 15:12:20
Message-Id: 20101005151211.0DC2920051@flycatcher.gentoo.org
1 zorry 10/10/05 15:12:10
2
3 Modified: gcc-4.5.1.ebuild gcc-4.5.0.ebuild
4 Log:
5 Fix typos in the gcc-4.5.0 gcc-4.5.1 ebuilds
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-devel/gcc/gcc-4.5.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild?r1=1.3&r2=1.4
15
16 Index: gcc-4.5.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gcc-4.5.1.ebuild 19 Sep 2010 07:52:33 -0000 1.3
23 +++ gcc-4.5.1.ebuild 5 Oct 2010 15:12:10 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild,v 1.3 2010/09/19 07:52:33 dirtyepic Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1.ebuild,v 1.4 2010/10/05 15:12:10 zorry Exp $
29
30 PATCH_VER="1.1"
31 UCLIBC_VER="1.0"
32 @@ -14,8 +14,8 @@
33 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
34 PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
35 PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
36 -SSP_STABLE="amd64 x86 ppc ppc64 arm
37 -# uclibc need tls and nptl support for SSP support"
38 +SSP_STABLE="amd64 x86 ppc ppc64 arm"
39 +# uclibc need tls and nptl support for SSP support
40 SSP_UCLIBC_STABLE=""
41 #end Hardened stuff
42
43
44
45
46 1.12 sys-devel/gcc/gcc-4.5.0.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild?rev=1.12&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild?rev=1.12&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild?r1=1.11&r2=1.12
51
52 Index: gcc-4.5.0.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v
55 retrieving revision 1.11
56 retrieving revision 1.12
57 diff -u -r1.11 -r1.12
58 --- gcc-4.5.0.ebuild 19 Sep 2010 07:52:33 -0000 1.11
59 +++ gcc-4.5.0.ebuild 5 Oct 2010 15:12:10 -0000 1.12
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.11 2010/09/19 07:52:33 dirtyepic Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.0.ebuild,v 1.12 2010/10/05 15:12:10 zorry Exp $
65
66 PATCH_VER="1.4"
67 UCLIBC_VER="1.0"
68 @@ -14,8 +14,8 @@
69 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
70 PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
71 PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
72 -SSP_STABLE="amd64 x86 ppc ppc64 arm
73 -# uclibc need tls and nptl support for SSP support"
74 +SSP_STABLE="amd64 x86 ppc ppc64 arm"
75 +# uclibc need tls and nptl support for SSP support
76 SSP_UCLIBC_STABLE=""
77 #end Hardened stuff