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 | 2d614a75876672953765c4e726a4f5c8298dfc1b (patch) | |
tree | 3ef26c8e911a15ded3f586dad7836303b274e19d /sys-devel | |
parent | Add patch for ltconfig 1.2.0 (media-libs/jpeg). (diff) | |
download | gentoo-2-2d614a75876672953765c4e726a4f5c8298dfc1b.tar.gz gentoo-2-2d614a75876672953765c4e726a4f5c8298dfc1b.tar.bz2 gentoo-2-2d614a75876672953765c4e726a4f5c8298dfc1b.zip |
~alpha 3.4.6 - solves a ld segfault in binutils when emerging gmp.
(Portage version: 2.1_pre7-r4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index fef705611fca..85436ea965ae 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.520 2006/04/12 02:00:15 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.521 2006/04/12 13:15:12 kloeri Exp $ + + 12 Apr 2006; Bryan Østergaard <kloeri@gentoo.org gcc-3.4.6.ebuild: + ~alpha 3.4.6 - solves a ld segfault in binutils when emerging gmp. *gcc-4.2.0_alpha20060408 (11 Apr 2006) 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 |