summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/newlib.in21
1 files changed, 17 insertions, 4 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index fe21a70..8109354 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -19,15 +19,25 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_NEWLIB_LINARO_V_2_2_0
+ bool
+ prompt "Linaro 2.2.0-2015.01"
+
+config LIBC_NEWLIB_V_2_2_0
+ bool
+ prompt "2.2.0"
+
+config LIBC_NEWLIB_LINARO_V_2_1_0
+ bool
+ prompt "Linaro 2.1.0-2014.09"
+
config LIBC_NEWLIB_V_2_1_0
bool
- prompt "2.1.0 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.1.0"
config LIBC_NEWLIB_V_2_0_0
bool
- prompt "2.0.0 (EXPERIMENTAL)"
- depends on EXPERIMENTAL
+ prompt "2.0.0"
config LIBC_NEWLIB_V_1_20_0
bool
@@ -68,6 +78,9 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "linaro-2.2.0-2015.01" if LIBC_NEWLIB_LINARO_V_2_2_0
+ default "2.2.0" if LIBC_NEWLIB_V_2_2_0
+ default "linaro-2.1.0-2014.09" if LIBC_NEWLIB_LINARO_V_2_1_0
default "2.1.0" if LIBC_NEWLIB_V_2_1_0
default "2.0.0" if LIBC_NEWLIB_V_2_0_0
default "1.20.0" if LIBC_NEWLIB_V_1_20_0