# HG changeset patch # User "Yann E. MORIN" # Date 1356566246 -3600 # Node ID 694054b335cc5498bed97aee00ba257c0ec62d2a # Parent 1d6fd9bde73c9120b78ba5c43b0081076c6bcfa9 libc/newlib: add latest version Signed-off-by: "Yann E. MORIN" diff -r 1d6fd9bde73c -r 694054b335cc config/libc/newlib.in --- a/config/libc/newlib.in Wed Dec 26 20:05:19 2012 +0100 +++ b/config/libc/newlib.in Thu Dec 27 00:57:26 2012 +0100 @@ -18,6 +18,11 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config LIBC_NEWLIB_V_2_0_0 + bool + prompt "2.0.0 (EXPERIMENTAL)" + depends on EXPERIMENTAL + config LIBC_NEWLIB_V_1_20_0 bool prompt "1.20.0" @@ -57,6 +62,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "1.18.0" if LIBC_NEWLIB_V_1_18_0