diff options
author | 2005-12-29 09:44:16 +0000 | |
---|---|---|
committer | 2005-12-29 09:44:16 +0000 | |
commit | 3348690747e00e080ccab3b907cd992e7ce40bb2 (patch) | |
tree | 3e20f73974e00d293e558a8d1de059fced0762b5 /sys-devel/gcc/gcc-3.4.5.ebuild | |
parent | sh love (diff) | |
download | gentoo-2-3348690747e00e080ccab3b907cd992e7ce40bb2.tar.gz gentoo-2-3348690747e00e080ccab3b907cd992e7ce40bb2.tar.bz2 gentoo-2-3348690747e00e080ccab3b907cd992e7ce40bb2.zip |
use HTB from gcc-3.4.4 for now and release into ~arch
(Portage version: 2.1_pre2)
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.5.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/gcc/gcc-3.4.5.ebuild b/sys-devel/gcc/gcc-3.4.5.ebuild index c87c31b8de08..028ea1017323 100644 --- a/sys-devel/gcc/gcc-3.4.5.ebuild +++ b/sys-devel/gcc/gcc-3.4.5.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.5.ebuild,v 1.5 2005/12/24 16:13:14 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.5.ebuild,v 1.6 2005/12/29 09:44:16 vapier Exp $ MAN_VER="" -PATCH_VER="1.0" +PATCH_VER="1.1" UCLIBC_VER="1.0" PIE_VER="8.7.9" PP_VER="1.0" -HTB_VER="" #1.00" +HTB_VER="1.00" +HTB_GCC_VER="3.4.4" GCC_LIBSSP_SUPPORT="true" @@ -36,7 +37,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-* ~mips ~ppc64 sh ~sparc" +KEYWORDS="-* ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc64 ~s390 sh ~sparc ~x86" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # NOTE: we SHOULD be using at least binutils 2.15.90.0.1 everywhere for proper |