diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-22 19:35:21 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-22 19:35:21 +0000 |
commit | 606262003572515c635c6d6a80b5e4bb86312bb7 (patch) | |
tree | 1e6692f441219ff91265219cfda6cedcf7011239 /profiles | |
parent | Removed old versions (diff) | |
download | gentoo-2-606262003572515c635c6d6a80b5e4bb86312bb7.tar.gz gentoo-2-606262003572515c635c6d6a80b5e4bb86312bb7.tar.bz2 gentoo-2-606262003572515c635c6d6a80b5e4bb86312bb7.zip |
Added sys-libs/glibc:linuxthreads-tls
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 5d42a2adeb56..b1c0041f29ec 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1327 2005/07/22 00:02:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1328 2005/07/22 19:35:21 eradicator Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -903,8 +903,9 @@ sys-kernel/sparc-sources:ultra1 - If you have a SUN Ultra 1 with a HME interface sys-kernel/suspend2-sources:ultra1 - If you have a SUN Ultra 1 with a HME interface sys-kernel/vserver-sources:ngnet - Adds experimental NGNET patches by Herbert Poetzl (http://vserver.13thfloor.at/Experimental/NGNET/) sys-libs/glibc:erandom - Enable erandom/frandom support in glibc for ssp -sys-libs/glibc:glibc-compat20 - Enable the glibc-compat addon and configure the linuxthreads libc with --without-__thread to enable full support of old binaries +sys-libs/glibc:glibc-compat20 - Enable the glibc-compat addon. sys-libs/glibc:glibc-omitfp - Configure glibc with --enable-omitfp which lets the build system determine when it is safe to use -fomit-frame-pointer +sys-libs/glibc:linuxthreads-tls - Configure the linuxthreads glibc with --with-__thread if supported by your system. --with-tls is always enabled if supported and is NOT controlled by this switch. So the glibc built will always support TLS code. This toggle chooses whether or not glibc itself uses TLS. If you're concerned about backwards compatibility with old binaries, leave this off. sys-libs/glibc:n32 - Enable n32 ABI support on mips sys-libs/glibc:n64 - Enable n64 ABI support on mips sys-libs/glibc:nomalloccheck - default to not performing some sanity checks that prevent and detect data corruption. this removes the small overhead introduced by the check. |