summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-11 09:34:03 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-11 09:34:03 +0000
commit9ad7af57df029288ff65b7cb8080285195c69763 (patch)
treebc951e8a12a2c8c7a93efebab45913c28315bb52 /sys-libs/glibc
parentAdded ~hppa to KEYWORDS. (diff)
downloadgentoo-2-9ad7af57df029288ff65b7cb8080285195c69763.tar.gz
gentoo-2-9ad7af57df029288ff65b7cb8080285195c69763.tar.bz2
gentoo-2-9ad7af57df029288ff65b7cb8080285195c69763.zip
force new enough versions of binutils/gcc for arm targets that support TLS
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/glibc-2.4.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-libs/glibc/glibc-2.4.ebuild b/sys-libs/glibc/glibc-2.4.ebuild
index 14ae3141064d..32b26caee3db 100644
--- a/sys-libs/glibc/glibc-2.4.ebuild
+++ b/sys-libs/glibc/glibc-2.4.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-libs/glibc/glibc-2.4.ebuild,v 1.3 2006/03/11 09:21:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4.ebuild,v 1.4 2006/03/11 09:34:03 vapier Exp $
# TODO:
# - fix warning from glibc build system:
@@ -1090,8 +1090,10 @@ fi
# we'll handle stripping ourself #46186
RESTRICT="nostrip multilib-pkg-force"
-# We need a new-enough binutils for as-needed
+# General: We need a new-enough binutils for as-needed
+# arch: we need to make sure our binutils/gcc supports TLS
DEPEND=">=sys-devel/gcc-3.3.3
+ arm? ( >=sys-devel/binutils-2.16.90 >=sys-devel/gcc-4.1.0 )
nptl? ( >=sys-kernel/linux-headers-2.6.5 )
>=sys-devel/binutils-2.15.94
>=sys-devel/gcc-config-1.3.12