summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2011-08-06 01:00:22 +0000
committerRyan Hill <dirtyepic@gentoo.org>2011-08-06 01:00:22 +0000
commit06c389f3618f077b390924442a24db0e09c7b7d6 (patch)
tree7c2237202fbcba00a38005315bc893350a44bfa1 /sys-devel/gcc
parentDrop softfloat patches for 4.6 (bug #372199). (diff)
downloadgentoo-2-06c389f3618f077b390924442a24db0e09c7b7d6.tar.gz
gentoo-2-06c389f3618f077b390924442a24db0e09c7b7d6.tar.bz2
gentoo-2-06c389f3618f077b390924442a24db0e09c7b7d6.zip
Allow dev-libs/libelf as an alternative to elfutils for LTO support in 4.5
(bug #375737). (Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r--sys-devel/gcc/ChangeLog7
-rw-r--r--sys-devel/gcc/gcc-4.5.1-r1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-4.5.2.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 075b4b2c82e0..1629c0aa6d48 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.820 2011/08/06 00:55:14 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.821 2011/08/06 01:00:22 dirtyepic Exp $
+
+ 06 Aug 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.1-r1.ebuild,
+ gcc-4.5.2.ebuild:
+ Allow dev-libs/libelf as an alternative to elfutils for LTO support in 4.5
+ (bug #375737).
06 Aug 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.0.ebuild,
gcc-4.6.1.ebuild:
diff --git a/sys-devel/gcc/gcc-4.5.1-r1.ebuild b/sys-devel/gcc/gcc-4.5.1-r1.ebuild
index 77ef37a46211..f89766ba2400 100644
--- a/sys-devel/gcc/gcc-4.5.1-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.5.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1-r1.ebuild,v 1.4 2011/03/11 07:06:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.1-r1.ebuild,v 1.5 2011/08/06 01:00:22 dirtyepic Exp $
PATCH_VER="1.4"
UCLIBC_VER="1.0"
@@ -37,7 +37,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
>=dev-libs/ppl-0.10
>=dev-libs/cloog-ppl-0.15.8
)
- lto? ( >=dev-libs/elfutils-0.143 )
+ lto? ( || ( >=dev-libs/elfutils-0.143 dev-libs/libelf ) )
!build? (
gcj? (
gtk? (
diff --git a/sys-devel/gcc/gcc-4.5.2.ebuild b/sys-devel/gcc/gcc-4.5.2.ebuild
index 0b4bea190762..73ad7f9923d2 100644
--- a/sys-devel/gcc/gcc-4.5.2.ebuild
+++ b/sys-devel/gcc/gcc-4.5.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.2.ebuild,v 1.4 2011/03/11 07:06:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.5.2.ebuild,v 1.5 2011/08/06 01:00:22 dirtyepic Exp $
PATCH_VER="1.1"
UCLIBC_VER="1.0"
@@ -37,7 +37,7 @@ RDEPEND=">=sys-libs/zlib-1.1.4
>=dev-libs/ppl-0.10
>=dev-libs/cloog-ppl-0.15.8
)
- lto? ( >=dev-libs/elfutils-0.143 )
+ lto? ( || ( >=dev-libs/elfutils-0.143 dev-libs/libelf ) )
!build? (
gcj? (
gtk? (