summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2018-10-26 23:08:54 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2018-10-26 23:09:11 +0100
commit5fcb4793047b346502f4f1f91391bcfc42e9deb3 (patch)
treedb8e8b5e8186ada27c89bd2a74bb2d44cae9eb92 /sys-libs/glibc
parentsys-libs/glibc: Drop old (diff)
downloadgentoo-5fcb4793047b346502f4f1f91391bcfc42e9deb3.tar.gz
gentoo-5fcb4793047b346502f4f1f91391bcfc42e9deb3.tar.bz2
gentoo-5fcb4793047b346502f4f1f91391bcfc42e9deb3.zip
sys-libs/glibc: tweak USE=multiarch metadata.xml description
Stress the fact it's a feature to enable runtime implementation selection. Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/metadata.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml
index 8079534faf1e..be2851b82155 100644
--- a/sys-libs/glibc/metadata.xml
+++ b/sys-libs/glibc/metadata.xml
@@ -9,7 +9,7 @@
<flag name="compile-locales">build *all* locales in src_install; this is generally meant for stage building only as it ignores /etc/locale.gen file and can be pretty slow</flag>
<flag name="debug">When USE=hardened, allow fortify/stack violations to dump core (SIGABRT) and not kill self (SIGKILL)</flag>
<flag name="gd">build memusage and memusagestat tools</flag>
- <flag name="multiarch">enable single DSO with optimizations for multiple architectures</flag>
+ <flag name="multiarch">enable optimizations for multiple CPU architectures (detected at runtime)</flag>
<flag name="nscd">Build, and enable support for, the Name Service Cache Daemon</flag>
<flag name="rpc">Enable obsolete RPC/NIS layers</flag>
<flag name="suid">Make internal pt_chown helper setuid -- not needed if using Linux and have /dev/pts mounted with gid=5</flag>