summaryrefslogtreecommitdiff
path: root/config/libc/glibc.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc/glibc.in')
-rw-r--r--config/libc/glibc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index 3c904bc..531555e 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -42,6 +42,16 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_GLIBC_V_2_12_2
+ bool
+ prompt "2.12.2 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_GLIBC_V_2_12_1
+ bool
+ prompt "2.12.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config LIBC_GLIBC_V_2_11_1
bool
prompt "2.11.1 (EXPERIMENTAL)"
@@ -102,6 +112,8 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.12.2" if LIBC_GLIBC_V_2_12_2
+ default "2.12.1" if LIBC_GLIBC_V_2_12_1
default "2.11.1" if LIBC_GLIBC_V_2_11_1
default "2.11" if LIBC_GLIBC_V_2_11
default "2.10.1" if LIBC_V_2_10_1