diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-11-11 00:29:53 +0100 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2010-11-11 00:29:53 +0100 |
commit | da6b834eef3e7edd818f34ca96a3cc84a4f95675 (patch) | |
tree | eec93d1745577d1ebd774ca29c0962eeae48fea0 /config/libc | |
parent | fcfc3a27f86d8d2814caaae57cbbf09aa3fac458 (diff) | |
download | crosstool-ng-da6b834eef3e7edd818f34ca96a3cc84a4f95675.tar.gz crosstool-ng-da6b834eef3e7edd818f34ca96a3cc84a4f95675.tar.bz2 crosstool-ng-da6b834eef3e7edd818f34ca96a3cc84a4f95675.zip |
libc/*glibc: add option to disable symbols versioning
[Yann E. MORIN: split the original patch]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/glibc-eglibc.in-common | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index 8a2a6ce1..3244c01d 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -58,6 +58,13 @@ config LIBC_EXTRA_CC_ARGS Seldom used, except for sparc64 which seems to need the flag -64 to be passed onto gcc. +config LIBC_DISABLE_VERSIONING + bool + prompt "Disable symbols versioning" + default n + help + Do not include versioning information in the library objects. + config LIBC_GLIBC_USE_PORTS bool prompt "Use the ports addon" |