summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 19:25:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-11-16 19:25:42 (GMT)
commit2df16372710ebd9b2f2d84ae32edae2aebf9f746 (patch)
tree0b3d038212ff86ce811261b30f8ac26357cb3844 /config/libc
parentbd8e670d5e06870cb952fa88b3990e47b7747e7a (diff)
parent1ebe0b246a554f4029f5be336013cc8c9b7d427e (diff)
Merge.
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/glibc.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index ac57fa0..9a962f2 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -14,6 +14,12 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_V_2_10_1
+ bool
+ prompt "2.10.1 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+ select LIBC_GLIBC_USE_PORTS
+
config LIBC_V_2_9
bool
prompt "2.9"
@@ -60,6 +66,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ 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
default "2.7" if LIBC_V_2_7