summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-30 10:43:12 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-01-30 10:43:12 (GMT)
commit494bcf37512aea84c4661b0d930294b41c0b2832 (patch)
treebdce45d5c97d821544dfe77e6d4b2c9111ef029b
parent8920a9435496aa0347f729a406f9b411d2e2b807 (diff)
libc/glibc: add 2.11 and 2.11.1
-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 9a962f2..c06b514 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -14,6 +14,16 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_GLIBC_V_2_11_1
+ bool
+ prompt "2.11.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
+config LIBC_GLIBC_V_2_11
+ bool
+ prompt "2.11 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config LIBC_V_2_10_1
bool
prompt "2.10.1 (EXPERIMENTAL)"
@@ -66,6 +76,8 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ 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
default "2.9" if LIBC_V_2_9
default "2.8" if LIBC_V_2_8