| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.7 2006/11/28 03:55:00 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.8 2006/11/29 15:13:30 gustavoz Exp $ |
| 4 | |
4 | |
| 5 | MAN_VER="" |
5 | MAN_VER="" |
| 6 | PATCH_VER="1.3" |
6 | PATCH_VER="1.3" |
| 7 | UCLIBC_VER="1.1" |
7 | UCLIBC_VER="1.1" |
| 8 | UCLIBC_GCC_VER="3.4.5" |
8 | UCLIBC_GCC_VER="3.4.5" |
| … | |
… | |
| 38 | |
38 | |
| 39 | inherit toolchain eutils |
39 | inherit toolchain eutils |
| 40 | |
40 | |
| 41 | DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" |
41 | DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" |
| 42 | |
42 | |
| 43 | KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" |
43 | KEYWORDS="-* ~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh sparc ~x86 ~x86-fbsd" |
| 44 | |
44 | |
| 45 | # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs |
45 | # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs |
| 46 | # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |
46 | # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |
| 47 | # .eh_frame ld optimisation and symbol visibility support, but it hasnt been |
47 | # .eh_frame ld optimisation and symbol visibility support, but it hasnt been |
| 48 | # well tested in gentoo on any arch other than amd64!! |
48 | # well tested in gentoo on any arch other than amd64!! |