diff options
author | Andrej Kacian <ticho@gentoo.org> | 2006-12-30 20:09:00 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2006-12-30 20:09:00 +0000 |
commit | e78baf5765bc2277687cb9f1de73c71d2accb7a3 (patch) | |
tree | e974fe9e926c324116f2f2ab93391f8c8e4e8723 /sys-devel/gcc | |
parent | Update patchlevel to add a patch to build live555 as plugin when using system... (diff) | |
download | gentoo-2-e78baf5765bc2277687cb9f1de73c71d2accb7a3.tar.gz gentoo-2-e78baf5765bc2277687cb9f1de73c71d2accb7a3.tar.bz2 gentoo-2-e78baf5765bc2277687cb9f1de73c71d2accb7a3.zip |
Stable on x86, bug #159250.
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.6-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 41bccb238807..b615c8473b72 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.594 2006/12/30 09:15:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.595 2006/12/30 20:09:00 ticho Exp $ + + 30 Dec 2006; Andrej Kacian <ticho@gentoo.org> gcc-3.4.6-r2.ebuild: + Stable on x86, bug #159250. *gcc-2.95.3-r10 (30 Dec 2006) diff --git a/sys-devel/gcc/gcc-3.4.6-r2.ebuild b/sys-devel/gcc/gcc-3.4.6-r2.ebuild index 22a0db7160ec..0ad1ce50e220 100644 --- a/sys-devel/gcc/gcc-3.4.6-r2.ebuild +++ b/sys-devel/gcc/gcc-3.4.6-r2.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-r2.ebuild,v 1.10 2006/12/30 11:34:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.6-r2.ebuild,v 1.11 2006/12/30 20:09:00 ticho Exp $ MAN_VER="" PATCH_VER="1.4" @@ -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="-* alpha ~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 sh sparc ~x86 ~x86-fbsd" +KEYWORDS="-* alpha ~amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 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 |