diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-04-12 13:15:12 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-04-12 13:15:12 +0000 |
commit | 3c3f5e22e243e206db5044ace1e4704af7f7b27b (patch) | |
tree | 6f85d8926c0ed4330c566228cabee10f8f644e85 /sys-devel/gcc/gcc-3.4.6.ebuild | |
parent | Add patch for ltconfig 1.2.0 (media-libs/jpeg). (diff) | |
download | historical-3c3f5e22e243e206db5044ace1e4704af7f7b27b.tar.gz historical-3c3f5e22e243e206db5044ace1e4704af7f7b27b.tar.bz2 historical-3c3f5e22e243e206db5044ace1e4704af7f7b27b.zip |
~alpha 3.4.6 - solves a ld segfault in binutils when emerging gmp.
Package-Manager: portage-2.1_pre7-r4
Diffstat (limited to 'sys-devel/gcc/gcc-3.4.6.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-3.4.6.ebuild b/sys-devel/gcc/gcc-3.4.6.ebuild index 1a07aacd515c..a33ec7859722 100644 --- a/sys-devel/gcc/gcc-3.4.6.ebuild +++ b/sys-devel/gcc/gcc-3.4.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6.ebuild,v 1.8 2006/04/11 03:04:49 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6.ebuild,v 1.9 2006/04/12 13:15:12 kloeri Exp $ MAN_VER="" PATCH_VER="1.0" @@ -40,7 +40,7 @@ inherit toolchain eutils DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking" -KEYWORDS="-* ~amd64 ~arm ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="-* ~alpha ~amd64 ~arm ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" # 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 |