# HG changeset patch # User "Yann E. MORIN" # Date 1388489127 -3600 # Node ID b966620c7b1ec6b513c31d1f7bc43ab96ee6057a # Parent 7b7d953f9cfbde549bd30aa5f59e79328dcc3d30 libc/newlib: bump version to 2.1.0 Signed-off-by: "Yann E. MORIN" diff -r 7b7d953f9cfb -r b966620c7b1e config/libc/newlib.in --- a/config/libc/newlib.in Mon Dec 30 19:08:37 2013 +0100 +++ b/config/libc/newlib.in Tue Dec 31 12:25:27 2013 +0100 @@ -18,6 +18,11 @@ # 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 @@ 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