config/libc/newlib.in
changeset 3047 6d88d6558b7a
parent 2539 e32f4809a267
child 3094 07a87075fa2d
     1.1 --- a/config/libc/newlib.in	Thu Jul 07 00:01:50 2011 +0200
     1.2 +++ b/config/libc/newlib.in	Sun Sep 16 14:12:22 2012 -0400
     1.3 @@ -17,6 +17,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_NEWLIB_V_1_20_0
     1.8 +    bool
     1.9 +    prompt "1.20.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_NEWLIB_V_1_19_0
    1.13      bool
    1.14      prompt "1.19.0 (EXPERIMENTAL)"
    1.15 @@ -54,6 +59,7 @@
    1.16      prompt "use CVS tag" if LIBC_NEWLIB_CVS
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19 +    default "1.20.0" if LIBC_NEWLIB_V_1_20_0
    1.20      default "1.19.0" if LIBC_NEWLIB_V_1_19_0
    1.21      default "1.18.0" if LIBC_NEWLIB_V_1_18_0
    1.22      default "1.17.0" if LIBC_NEWLIB_V_1_17_0