summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-12-31 11:25:27 (GMT)
committerYann E. MORIN" <yann.morin.1998@free.fr>2013-12-31 11:25:27 (GMT)
commitd1ff75f4dc5706d1d41ff7c315a9001a53a01764 (patch)
treecda7177ec022434323d544f843afec88f4f05d53
parent3c208c668430412cd034fe2063505ee5933af19b (diff)
libc/newlib: bump version to 2.1.0
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/libc/newlib.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/libc/newlib.in b/config/libc/newlib.in
index 08d0a19..8541e3e 100644
--- a/config/libc/newlib.in
+++ b/config/libc/newlib.in
@@ -18,6 +18,11 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config LIBC_NEWLIB_V_2_1_0
+ bool
+ prompt "2.1.0 (EXPERIMENTAL)"
+ depends on EXPERIMENTAL
+
config LIBC_NEWLIB_V_2_0_0
bool
prompt "2.0.0 (EXPERIMENTAL)"
@@ -62,6 +67,7 @@ config LIBC_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.1.0" if LIBC_NEWLIB_V_2_0_0
default "2.0.0" if LIBC_NEWLIB_V_2_0_0
default "1.20.0" if LIBC_NEWLIB_V_1_20_0
default "1.19.0" if LIBC_NEWLIB_V_1_19_0