summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-10-06 22:16:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-10-06 22:16:38 (GMT)
commitbb151f2762b39af90652399917bcbfb0f955675b (patch)
treed0149d1c90bc1175bdea039f0b8ab48139f6b4ce
parent27847b8e14f823f6f4fd8f00fbd65341695cb221 (diff)
libc/eglibc: add latest version
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-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 227d724..3635601 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_18
+ bool
+ prompt "2_18"
+ select LIBC_EGLIBC_2_16_or_later
+
config LIBC_EGLIBC_V_2_17
bool
prompt "2_17"
@@ -70,6 +75,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2_18" if LIBC_EGLIBC_V_2_18
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