summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-03 21:01:09 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-03 21:01:09 (GMT)
commitff2e756f591b706a2057dbd73f26274f11ca18e3 (patch)
tree8cc3bec37f99b3670746d9ef7b24aae3f363456f
parent76bfe6ef36d5b4a95a8a19ae4d66815914307663 (diff)
libc/glibc: add 2.14
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
-rw-r--r--config/libc/glibc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in
index d3b5948..17157ac 100644
--- a/config/libc/glibc.in
+++ b/config/libc/glibc.in
@@ -41,6 +41,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_GLIBC_V_2_14
+ bool
+ prompt "2.14 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config LIBC_GLIBC_V_2_13
bool
prompt "2.13 (EXPERIMENTAL)"
@@ -113,6 +118,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.14" if LIBC_GLIBC_V_2_14
default "2.13" if LIBC_GLIBC_V_2_13
default "2.12.2" if LIBC_GLIBC_V_2_12_2
default "2.12.1" if LIBC_GLIBC_V_2_12_1