diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-15 20:16:17 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2005-07-15 20:16:17 +0000 |
commit | c58f27225d37bc50f156631f98dea7f31f569a9e (patch) | |
tree | 5f83ba8ba84cc72dbd60cae1e1b4a006c6548342 /profiles | |
parent | dep fixes (diff) | |
download | historical-c58f27225d37bc50f156631f98dea7f31f569a9e.tar.gz historical-c58f27225d37bc50f156631f98dea7f31f569a9e.tar.bz2 historical-c58f27225d37bc50f156631f98dea7f31f569a9e.zip |
Added glibc-compat20 and glibc-omitfp.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index d1da12f950a8..e670a44fa236 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.1315 2005/07/15 19:05:17 vivo Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1316 2005/07/15 20:16:17 eradicator Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -893,6 +893,8 @@ 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-omitfp - Configure glibc with --enable-omitfp which lets the build system determine when it is safe to use -fomit-frame-pointer 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. |