summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 6e96d14..5ca4579 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -18,6 +18,12 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_EGLIBC_V_2_15
+ bool
+ prompt "2_15"
+ depends on EXPERIMENTAL
+ select LIBC_EGLIBC_2_15_or_later
+
config LIBC_EGLIBC_V_2_14
bool
prompt "2_14"
@@ -83,6 +89,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2_15" if LIBC_EGLIBC_V_2_15
default "2_14" if LIBC_EGLIBC_V_2_14
default "2_13" if LIBC_EGLIBC_V_2_13
default "2_12" if LIBC_EGLIBC_V_2_12
@@ -95,6 +102,10 @@ config LIBC_VERSION
default "2_5" if LIBC_EGLIBC_V_2_5
default "trunk" if LIBC_EGLIBC_V_TRUNK
+config LIBC_EGLIBC_2_15_or_later
+ bool
+ select LIBC_EGLIBC_2_14_or_later
+
config LIBC_EGLIBC_2_14_or_later
bool
select LIBC_EGLIBC_2_13_or_later