diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-15 05:28:06 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-15 05:28:06 +0000 |
commit | 3fd46063ab3e1c5e8626eb43fa33dccd142dddae (patch) | |
tree | 08d65796da28798481539ade74923e3e729806b9 /sys-libs/glibc/metadata.xml | |
parent | Do not use escape sequences in elog messages (bug #296916). (diff) | |
download | gentoo-2-3fd46063ab3e1c5e8626eb43fa33dccd142dddae.tar.gz gentoo-2-3fd46063ab3e1c5e8626eb43fa33dccd142dddae.tar.bz2 gentoo-2-3fd46063ab3e1c5e8626eb43fa33dccd142dddae.zip |
remove unused use flags
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'sys-libs/glibc/metadata.xml')
-rw-r--r-- | sys-libs/glibc/metadata.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml index d48a5315a7bf..350b4d8db4a1 100644 --- a/sys-libs/glibc/metadata.xml +++ b/sys-libs/glibc/metadata.xml @@ -3,20 +3,11 @@ <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> |