Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.4.4-r1.ebuild
Date: Mon, 28 Jun 2010 11:32:47
Message-Id: 20100628113243.264892C621@corvid.gentoo.org
1 jer 10/06/28 11:32:43
2
3 Modified: ChangeLog gcc-4.4.4-r1.ebuild
4 Log:
5 Marked ~hppa after setting STAGE1_CFLAGS to something sane.
6 (Portage version: 2.2_rc67/cvs/Linux i686)
7
8 Revision Changes Path
9 1.764 sys-devel/gcc/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.764&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.764&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.763&r2=1.764
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
18 retrieving revision 1.763
19 retrieving revision 1.764
20 diff -u -r1.763 -r1.764
21 --- ChangeLog 27 Jun 2010 04:23:46 -0000 1.763
22 +++ ChangeLog 28 Jun 2010 11:32:42 -0000 1.764
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-devel/gcc
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.763 2010/06/27 04:23:46 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.764 2010/06/28 11:32:42 jer Exp $
28 +
29 + 28 Jun 2010; Jeroen Roovers <jer@g.o> gcc-4.4.4-r1.ebuild:
30 + Marked ~hppa after setting STAGE1_CFLAGS to something sane.
31
32 27 Jun 2010; Ryan Hill <dirtyepic@g.o> gcc-4.5.0.ebuild:
33 Bump patchset. This release fixes the following bugs:
34
35
36
37 1.2 sys-devel/gcc/gcc-4.4.4-r1.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild?r1=1.1&r2=1.2
42
43 Index: gcc-4.4.4-r1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gcc-4.4.4-r1.ebuild 19 Jun 2010 01:53:09 -0000 1.1
50 +++ gcc-4.4.4-r1.ebuild 28 Jun 2010 11:32:42 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 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.4.4-r1.ebuild,v 1.1 2010/06/19 01:53:09 zorry Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild,v 1.2 2010/06/28 11:32:42 jer Exp $
56
57 PATCH_VER="1.0"
58 UCLIBC_VER="1.0"
59 @@ -24,7 +24,7 @@
60 DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
61
62 LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2"
63 -KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~x86-fbsd"
64 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~x86-fbsd"
65
66 RDEPEND=">=sys-libs/zlib-1.1.4
67 >=sys-devel/gcc-config-1.4
68 @@ -86,4 +86,6 @@
69 ewarn "Graphite support is still experimental and unstable."
70 ewarn "Any bugs resulting from the use of Graphite will not be fixed."
71 fi
72 +
73 + use hppa && STAGE1_CFLAGS="-O0"
74 }