config/libc/newlib.in
changeset 2612 a52574521bea
parent 2535 e9e8cafaf412
child 3047 6d88d6558b7a
     1.1 --- a/config/libc/newlib.in	Mon Jul 04 22:53:49 2011 +0200
     1.2 +++ b/config/libc/newlib.in	Thu Aug 18 16:05:48 2011 +0200
     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_19_0
     1.8 +    bool
     1.9 +    prompt "1.19.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_NEWLIB_V_1_18_0
    1.13      bool
    1.14      prompt "1.18.0 (EXPERIMENTAL)"
    1.15 @@ -49,6 +54,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.19.0" if LIBC_NEWLIB_V_1_19_0
    1.20      default "1.18.0" if LIBC_NEWLIB_V_1_18_0
    1.21      default "1.17.0" if LIBC_NEWLIB_V_1_17_0
    1.22      help