libc/newlib: add latest version
author"Yann E. MORIN" <yann.morin.1998@free.fr>
Thu Dec 27 00:57:26 2012 +0100 (2012-12-27)
changeset 3151694054b335cc
parent 3150 1d6fd9bde73c
child 3152 b286c7993be5
libc/newlib: add latest version

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
config/libc/newlib.in
     1.1 --- a/config/libc/newlib.in	Wed Dec 26 20:05:19 2012 +0100
     1.2 +++ b/config/libc/newlib.in	Thu Dec 27 00:57:26 2012 +0100
     1.3 @@ -18,6 +18,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_NEWLIB_V_2_0_0
     1.8 +    bool
     1.9 +    prompt "2.0.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_NEWLIB_V_1_20_0
    1.13      bool
    1.14      prompt "1.20.0"
    1.15 @@ -57,6 +62,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.0.0" if LIBC_NEWLIB_V_2_0_0
    1.20      default "1.20.0" if LIBC_NEWLIB_V_1_20_0
    1.21      default "1.19.0" if LIBC_NEWLIB_V_1_19_0
    1.22      default "1.18.0" if LIBC_NEWLIB_V_1_18_0