summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 11:13:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2012-12-26 11:13:13 (GMT)
commit8bcfb25fb7aec9498db4031cc807872585281e30 (patch)
treebd59d145ec7adb6d97c16aaf1e31abf1b3307576 /config/libc/eglibc.in
parent1e449846a54578a84dd04dca2faba8d6ddec47ff (diff)
libc/eglibc: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 5007575..227d724 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -19,6 +19,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_EGLIBC_V_2_17
+ bool
+ prompt "2_17"
+ select LIBC_EGLIBC_2_16_or_later
+
config LIBC_EGLIBC_V_2_16
bool
prompt "2_16"
@@ -65,6 +70,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2_17" if LIBC_EGLIBC_V_2_17
default "2_16" if LIBC_EGLIBC_V_2_16
default "2_15" if LIBC_EGLIBC_V_2_15
default "2_14" if LIBC_EGLIBC_V_2_14