summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-11-10 23:29:53 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2010-11-10 23:29:53 (GMT)
commitda6b834eef3e7edd818f34ca96a3cc84a4f95675 (patch)
treeeec93d1745577d1ebd774ca29c0962eeae48fea0 /config
parentfcfc3a27f86d8d2814caaae57cbbf09aa3fac458 (diff)
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')
-rw-r--r--config/libc/glibc-eglibc.in-common7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 8a2a6ce..3244c01 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"