diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-08-23 03:23:39 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-08-23 03:23:39 +0000 |
commit | ebc0d6bc86f11a4b18d8812f3cac2a851142f5bc (patch) | |
tree | 75c043ddb09371b0e8fb1ebe83c4d651dc3d44ac /sys-libs/glibc/metadata.xml | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-ebc0d6bc86f11a4b18d8812f3cac2a851142f5bc.tar.gz gentoo-2-ebc0d6bc86f11a4b18d8812f3cac2a851142f5bc.tar.bz2 gentoo-2-ebc0d6bc86f11a4b18d8812f3cac2a851142f5bc.zip |
add GLEP 56 USE flag desc from use.local.desc
(Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r8 x86_64)
Diffstat (limited to 'sys-libs/glibc/metadata.xml')
-rw-r--r-- | sys-libs/glibc/metadata.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml index fb4199eb7afe..d48a5315a7bf 100644 --- a/sys-libs/glibc/metadata.xml +++ b/sys-libs/glibc/metadata.xml @@ -2,4 +2,21 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>toolchain</herd> +<use> + <flag name='erandom'>Enable erandom/frandom support in glibc for ssp</flag> + <flag name='glibc-compat20'>Enable the glibc-compat addon</flag> + <flag name='glibc-omitfp'>Configure glibc with --enable-omitfp which lets + the build system determine when it is safe to use + -fomit-frame-pointer</flag> + <flag name='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 binaries. This toggle chooses whether or not + glibc itself uses TLS. If you're concerned about backwards compatibility + with old binaries, leave this off.</flag> + <flag name='nptlonly'>Disables building the linuxthreads fallback in glibc + ebuilds that support building both linuxthread and nptl</flag> + <flag name='userlocales'>Build only the locales specified in + /etc/locales.build</flag> +</use> </pkgmetadata> |