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: gcc-4.7.0.ebuild ChangeLog
Date: Sun, 03 Jun 2012 22:59:51
Message-Id: 20120603225941.BF59920047@flycatcher.gentoo.org
1 vapier 12/06/03 22:59:41
2
3 Modified: gcc-4.7.0.ebuild ChangeLog
4 Log:
5 Apply x32 patch based on target ABIs.
6
7 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 sys-devel/gcc/gcc-4.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild?r1=1.3&r2=1.4
15
16 Index: gcc-4.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- gcc-4.7.0.ebuild 2 Jun 2012 19:27:41 -0000 1.3
23 +++ gcc-4.7.0.ebuild 3 Jun 2012 22:59:41 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 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.7.0.ebuild,v 1.3 2012/06/02 19:27:41 zorry Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.7.0.ebuild,v 1.4 2012/06/03 22:59:41 vapier Exp $
29
30 PATCH_VER="1.1"
31 UCLIBC_VER="1.0"
32 @@ -43,7 +43,7 @@
33 fi
34
35 # drop the x32 stuff once 4.7 goes stable
36 - if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis) ; then
37 + if [[ ${CTARGET} != x86_64* ]] || ! has x32 $(get_all_abis TARGET) ; then
38 EPATCH_EXCLUDE+=" 90_all_gcc-4.7-x32.patch"
39 fi
40
41
42
43
44 1.882 sys-devel/gcc/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.882&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.882&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.881&r2=1.882
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
53 retrieving revision 1.881
54 retrieving revision 1.882
55 diff -u -r1.881 -r1.882
56 --- ChangeLog 2 Jun 2012 19:27:41 -0000 1.881
57 +++ ChangeLog 3 Jun 2012 22:59:41 -0000 1.882
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-devel/gcc
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.881 2012/06/02 19:27:41 zorry Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.882 2012/06/03 22:59:41 vapier Exp $
63 +
64 + 03 Jun 2012; Mike Frysinger <vapier@g.o> gcc-4.7.0.ebuild:
65 + Apply x32 patch based on target ABIs.
66
67 02 Jun 2012; Magnus Granberg <zorry@g.o> gcc-4.6.3.ebuild,
68 gcc-4.7.0.ebuild: