summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/libc_glibc.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/libc_glibc.in b/config/libc_glibc.in
index fbade0f..05ac9ac 100644
--- a/config/libc_glibc.in
+++ b/config/libc_glibc.in
@@ -106,6 +106,21 @@ config LIBC_V_2_5
bool
prompt "2.5"
+config LIBC_V_2_5_1
+ bool
+ prompt "2.5.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_V_2_6
+ bool
+ prompt "2.6 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_V_2_6_1
+ bool
+ prompt "2.6.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -133,6 +148,9 @@ config LIBC_VERSION
default "2.3.6" if LIBC_V_2_3_6
default "2.4" if LIBC_V_2_4
default "2.5" if LIBC_V_2_5
+ default "2.5.1" if LIBC_V_2_5_1
+ default "2.6" if LIBC_V_2_6
+ default "2.6.1" if LIBC_V_2_6_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!