Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gcc: ChangeLog gcc-4.6.1.ebuild
Date: Tue, 05 Jul 2011 05:00:20
Message-Id: 20110705050010.8F8512004B@flycatcher.gentoo.org
1 dirtyepic 11/07/05 05:00:10
2
3 Modified: ChangeLog
4 Added: gcc-4.6.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.816 sys-devel/gcc/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.816&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.816&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.815&r2=1.816
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
20 retrieving revision 1.815
21 retrieving revision 1.816
22 diff -u -r1.815 -r1.816
23 --- ChangeLog 3 Jul 2011 03:18:48 -0000 1.815
24 +++ ChangeLog 5 Jul 2011 05:00:10 -0000 1.816
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/gcc
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.815 2011/07/03 03:18:48 dirtyepic Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.816 2011/07/05 05:00:10 dirtyepic Exp $
30 +
31 +*gcc-4.6.1 (05 Jul 2011)
32 +
33 + 05 Jul 2011; Ryan Hill <dirtyepic@g.o> +gcc-4.6.1.ebuild:
34 + Version bump.
35
36 03 Jul 2011; Ryan Hill <dirtyepic@g.o> gcc-4.4.5.ebuild:
37 Patchset 1.3 for 4.4.5. Fixes bug #347281 (backport PowerPC -msingle-pic-base
38
39
40
41 1.1 sys-devel/gcc/gcc-4.6.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.6.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gcc-4.6.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1.ebuild,v 1.1 2011/07/05 05:00:10 dirtyepic Exp $
51
52 PATCH_VER="1.0"
53 UCLIBC_VER="1.0"
54
55 ETYPE="gcc-compiler"
56
57 # Hardened gcc 4 stuff
58 PIE_VER="0.4.5"
59 SPECS_VER="0.2.0"
60 SPECS_GCC_VER="4.4.3"
61 # arch/libc configurations known to be stable with {PIE,SSP}-by-default
62 PIE_GLIBC_STABLE="x86 amd64 ppc ppc64 arm ia64"
63 PIE_UCLIBC_STABLE="x86 arm amd64 ppc ppc64"
64 SSP_STABLE="amd64 x86 ppc ppc64 arm"
65 # uclibc need tls and nptl support for SSP support
66 SSP_UCLIBC_STABLE=""
67 #end Hardened stuff
68
69 inherit toolchain
70
71 DESCRIPTION="The GNU Compiler Collection"
72
73 LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2"
74 KEYWORDS=""
75 IUSE=""
76
77 RDEPEND=">=sys-libs/zlib-1.1.4
78 virtual/libiconv
79 >=dev-libs/gmp-4.3.2
80 >=dev-libs/mpfr-2.4.2
81 >=dev-libs/mpc-0.8.1
82 graphite? (
83 >=dev-libs/cloog-ppl-0.15.10
84 >=dev-libs/ppl-0.11
85 )
86 !build? (
87 gcj? (
88 gtk? (
89 x11-libs/libXt
90 x11-libs/libX11
91 x11-libs/libXtst
92 x11-proto/xproto
93 x11-proto/xextproto
94 =x11-libs/gtk+-2*
95 x11-libs/pango
96 )
97 >=media-libs/libart_lgpl-2.1
98 app-arch/zip
99 app-arch/unzip
100 )
101 nls? ( sys-devel/gettext )
102 )"
103 DEPEND="${RDEPEND}
104 test? (
105 >=dev-util/dejagnu-1.4.4
106 >=sys-devel/autogen-5.5.4
107 )
108 >=sys-apps/texinfo-4.8
109 >=sys-devel/bison-1.875
110 >=sys-devel/flex-2.5.4
111 amd64? ( multilib? ( gcj? ( app-emulation/emul-linux-x86-xlibs ) ) )
112 >=${CATEGORY}/binutils-2.18"
113 PDEPEND=">=sys-devel/gcc-config-1.4
114 go? ( >=sys-devel/gcc-config-1.5 )"
115
116 if [[ ${CATEGORY} != cross-* ]] ; then
117 PDEPEND="${PDEPEND} elibc_glibc? ( >=sys-libs/glibc-2.8 )"
118 fi
119
120 src_unpack() {
121 toolchain_src_unpack
122
123 use vanilla && return 0
124
125 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
126 [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.patch
127 }
128
129 pkg_setup() {
130 toolchain_pkg_setup
131
132 ewarn
133 ewarn "LTO support is still experimental and unstable."
134 ewarn "Any bugs resulting from the use of LTO will not be fixed."
135 ewarn
136 }