config/libc/newlib.in
changeset 3258 b966620c7b1e
parent 3151 694054b335cc
child 3266 84fcb0cae9a4
     1.1 --- a/config/libc/newlib.in	Thu Dec 27 00:57:26 2012 +0100
     1.2 +++ b/config/libc/newlib.in	Tue Dec 31 12:25:27 2013 +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_1_0
     1.8 +    bool
     1.9 +    prompt "2.1.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_NEWLIB_V_2_0_0
    1.13      bool
    1.14      prompt "2.0.0 (EXPERIMENTAL)"
    1.15 @@ -62,6 +67,7 @@
    1.16      string
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "2.1.0" if LIBC_NEWLIB_V_2_0_0
    1.20      default "2.0.0" if LIBC_NEWLIB_V_2_0_0
    1.21      default "1.20.0" if LIBC_NEWLIB_V_1_20_0
    1.22      default "1.19.0" if LIBC_NEWLIB_V_1_19_0