summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-08-23 03:23:39 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-08-23 03:23:39 +0000
commitebc0d6bc86f11a4b18d8812f3cac2a851142f5bc (patch)
tree75c043ddb09371b0e8fb1ebe83c4d651dc3d44ac /sys-libs/glibc
parentadd GLEP 56 USE flag desc from use.local.desc (diff)
downloadgentoo-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')
-rw-r--r--sys-libs/glibc/ChangeLog5
-rw-r--r--sys-libs/glibc/metadata.xml17
2 files changed, 21 insertions, 1 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index 2a136b82f28f..ff09e17d4e07 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.589 2008/06/29 16:39:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.590 2008/08/23 03:23:39 cardoe Exp $
+
+ 23 Aug 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
+ add GLEP 56 USE flag desc from use.local.desc
23 Jun 2008; Mike Frysinger <vapier@gentoo.org>
files/eblits/src_compile.eblit:
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>