diff options
author | 2018-06-26 10:47:53 +0100 | |
---|---|---|
committer | 2018-06-26 10:48:15 +0100 | |
commit | d4dc260608afee733d52135f9c87325d43593b57 (patch) | |
tree | f1fd0da7185320239d2fb5d40aff082ffc30c34c /sys-libs/glibc/metadata.xml | |
parent | sys-libs/glibc: pass user's CFLAGS over CC/XX, not CPPFLAGS (diff) | |
download | gentoo-d4dc260608afee733d52135f9c87325d43593b57.tar.gz gentoo-d4dc260608afee733d52135f9c87325d43593b57.tar.bz2 gentoo-d4dc260608afee733d52135f9c87325d43593b57.zip |
sys-libs/glibc: add USE=multiarch (enabled by default)
Normally multiarch should be enabled (where available).
But sometimes disabling multiarch is useful:
- to workaround or validate bugs specific to selected
runtime arch or IFUNC handling.
- to get code that matches -march= CFLAGS setting
Bug: https://bugs.gentoo.org/659030
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-libs/glibc/metadata.xml')
-rw-r--r-- | sys-libs/glibc/metadata.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-libs/glibc/metadata.xml b/sys-libs/glibc/metadata.xml index a9538704369e..89da155531ed 100644 --- a/sys-libs/glibc/metadata.xml +++ b/sys-libs/glibc/metadata.xml @@ -9,6 +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="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> |