summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-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 8504cbf..d1ecd0f 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -21,6 +21,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_EGLIBC_LINARO_V_2_19
+ bool
+ prompt "Linaro 2.19-2014.08"
+ select LIBC_EGLIBC_2_16_or_later
+
config LIBC_EGLIBC_V_2_18
bool
prompt "2_18"
@@ -92,6 +97,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "linaro-2.19-2014.08" if LIBC_EGLIBC_LINARO_V_2_19
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