summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-02 21:33:37 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-02 21:33:37 (GMT)
commit4892bbc7263d77b31a59e066879b7a818cc75fe8 (patch)
tree089d2c56a4ca5eb3287e0af2cbb5f5d88198dd11 /config/libc/eglibc.in
parent70a15a5026730c2df1b997073c400c9d502d5fb5 (diff)
[libc-eglibc] Add latest version
Add latest branch 2_10.
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 81cdb1d..ced8d95 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -36,6 +36,10 @@ config EGLIBC_V_2_9
bool
prompt "2_9"
+config LIBC_V_2_10
+ bool
+ prompt "2_10"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -55,6 +59,7 @@ config LIBC_VERSION
default "2_7" if EGLIBC_V_2_7
default "2_8" if EGLIBC_V_2_8
default "2_9" if EGLIBC_V_2_9
+ default "2_10" if LIBC_V_2_10
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!