summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-10-05 12:35:52 +0000
committerTravis Tilley <lv@gentoo.org>2004-10-05 12:35:52 +0000
commitac45eb88612c4fd2a29ac260f6e78c849249142a (patch)
treeeb1129273e0a52070d91f07a747ed2d1c438c9e7 /sys-devel/gcc
parentppc stable profile update (Manifest recommit) (diff)
downloadgentoo-2-ac45eb88612c4fd2a29ac260f6e78c849249142a.tar.gz
gentoo-2-ac45eb88612c4fd2a29ac260f6e78c849249142a.tar.bz2
gentoo-2-ac45eb88612c4fd2a29ac260f6e78c849249142a.zip
made 3.4.2-r2 rdep on gcc-config-1.3.6-r3 to fix the new specs-specific config switching and marked stable on amd64
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog8
-rw-r--r--sys-devel/gcc/gcc-3.4.2-r2.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 05cbcfe6240d..4328d7336103 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,11 +1,17 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.334 2004/10/05 03:34:41 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.335 2004/10/05 12:35:52 lv Exp $
+
+ 05 Oct 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.2-r2.ebuild:
+ made 3.4.2-r2 rdep on gcc-config-1.3.6-r3 to fix the new specs-specific config
+ switching and marked stable on amd64
05 Oct 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.2-r2.ebuild:
revert the multilib-by-default changes, since this seems to be causing
problems with hardened, and we havent yet completely figured out how to handle
mips' three ABIs.
+ Note: the multilib problem with hardened on amd64 will soon be fixed in
+ hardened-dev-sources, and this will no longer be an issue.
03 Oct 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.2-r2.ebuild:
use create_gcc_env_entry from toolchain.eclass to create gcc-config entries
diff --git a/sys-devel/gcc/gcc-3.4.2-r2.ebuild b/sys-devel/gcc/gcc-3.4.2-r2.ebuild
index be1ccbd954af..0bfe0840cffe 100644
--- a/sys-devel/gcc/gcc-3.4.2-r2.ebuild
+++ b/sys-devel/gcc/gcc-3.4.2-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r2.ebuild,v 1.8 2004/10/05 03:34:41 lv Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r2.ebuild,v 1.9 2004/10/05 12:35:52 lv Exp $
IUSE="static nls bootstrap build multilib gcj gtk f77 objc hardened uclibc n32 n64"
@@ -10,7 +10,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie a
HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html"
LICENSE="GPL-2 LGPL-2.1"
-KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa -ppc"
+KEYWORDS="-* amd64 ~mips ~ppc64 ~x86 -hppa -ppc"
# we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs
# we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke
@@ -36,7 +36,7 @@ DEPEND="virtual/libc
RDEPEND="virtual/libc
!uclibc? ( >=sys-libs/glibc-2.3.3_pre20040420-r1 )
!uclibc? ( hardened? ( >=sys-libs/glibc-2.3.3_pre20040529 ) )
- >=sys-devel/gcc-config-1.3.1
+ >=sys-devel/gcc-config-1.3.6-r3
amd64? ( multilib? ( >=app-emulation/emul-linux-x86-glibc-1.1 ) )
>=sys-libs/zlib-1.1.4
>=sys-apps/texinfo-4.2-r4