summaryrefslogtreecommitdiff
path: root/config/libc/glibc-eglibc.in-common
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-11-11 00:11:17 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2010-11-11 00:11:17 (GMT)
commitde81a59714893eb13207eb597cda1980f124c45c (patch)
tree74c6652781e65b4e7f021aa1cc8091529a5bed1e /config/libc/glibc-eglibc.in-common
parentda6b834eef3e7edd818f34ca96a3cc84a4f95675 (diff)
libc/*glibc: enable selection of the oldest supported ABI
[Yann E. MORIN: split the original patch] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/libc/glibc-eglibc.in-common')
-rw-r--r--config/libc/glibc-eglibc.in-common12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common
index 3244c01..7e4f267 100644
--- a/config/libc/glibc-eglibc.in-common
+++ b/config/libc/glibc-eglibc.in-common
@@ -65,6 +65,18 @@ config LIBC_DISABLE_VERSIONING
help
Do not include versioning information in the library objects.
+config LIBC_OLDEST_ABI
+ string
+ prompt "Oldest supported ABI"
+ default ""
+ help
+ Set the oldest ABI supported by the C library.
+
+ Setting this option, for example, to 2.2 will provide ABI support
+ back to (e)glibc-2.2.
+
+ If this option is not set, (e)glibc will choose for you.
+
config LIBC_GLIBC_USE_PORTS
bool
prompt "Use the ports addon"