Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.3.2.ebuild
Date: Mon, 29 Dec 2008 09:38:08
Message-Id: E1LHEZa-00016g-Fx@stork.gentoo.org
1 vapier 08/12/29 09:38:06
2
3 Modified: ChangeLog gcc-4.3.2.ebuild
4 Log:
5 Drop broken PIE from older version.
6 (Portage version: 2.2_rc18/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.671 sys-devel/gcc/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.671&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.671&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.670&r2=1.671
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
18 retrieving revision 1.670
19 retrieving revision 1.671
20 diff -u -r1.670 -r1.671
21 --- ChangeLog 29 Dec 2008 06:10:08 -0000 1.670
22 +++ ChangeLog 29 Dec 2008 09:38:06 -0000 1.671
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-devel/gcc
25 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.670 2008/12/29 06:10:08 solar Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.671 2008/12/29 09:38:06 vapier Exp $
28 +
29 + 29 Dec 2008; Mike Frysinger <vapier@g.o> gcc-4.3.2.ebuild:
30 + Drop broken PIE from older version.
31
32 *gcc-4.3.2-r2 (29 Dec 2008)
33
34
35
36
37 1.9 sys-devel/gcc/gcc-4.3.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild?rev=1.9&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild?rev=1.9&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild?r1=1.8&r2=1.9
42
43 Index: gcc-4.3.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v
46 retrieving revision 1.8
47 retrieving revision 1.9
48 diff -u -r1.8 -r1.9
49 --- gcc-4.3.2.ebuild 22 Dec 2008 19:09:31 -0000 1.8
50 +++ gcc-4.3.2.ebuild 29 Dec 2008 09:38:06 -0000 1.9
51 @@ -1,24 +1,12 @@
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.8 2008/12/22 19:09:31 solar Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.3.2.ebuild,v 1.9 2008/12/29 09:38:06 vapier Exp $
56
57 PATCH_VER="1.2"
58 UCLIBC_VER="1.0"
59
60 ETYPE="gcc-compiler"
61
62 -# Hardened gcc 4 stuff
63 -PIE_VER="10.1.2"
64 -PIE_GCC_VER="4.3.2"
65 -#SPECS_VER="0.9.0"
66 -#SPECS_GCC_VER="4.3.2"
67 -
68 -# arch/libc configurations known to be stable or untested with {PIE,SSP,FORTIFY}-by-default
69 -PIE_STABLE="x86 amd64 ~ppc ~ppc64 ~arm ~sparc"
70 -PIE_UCLIBC_STABLE="x86 arm"
71 -#SSP_STABLE="amd64 x86 ppc ppc64 ~arm ~sparc"
72 -#SSP_UCLIBC_STABLE=""
73 -
74 # whether we should split out specs files for multiple {PIE,SSP}-by-default
75 # and vanilla configurations.
76 SPLIT_SPECS=no #${SPLIT_SPECS-true} hard disable until #106690 is fixed