config/libc/newlib.in
changeset 1724 9f1fca384d6f
parent 1593 66b2463743af
child 1780 9c03c1a508d8
     1.1 --- a/config/libc/newlib.in	Mon Oct 26 22:00:30 2009 +0100
     1.2 +++ b/config/libc/newlib.in	Sun Jan 10 17:32:32 2010 +0100
     1.3 @@ -16,6 +16,11 @@
     1.4  # Don't remove next line
     1.5  # CT_INSERT_VERSION_BELOW
     1.6  
     1.7 +config LIBC_NEWLIB_V_1_18_0
     1.8 +    bool
     1.9 +    prompt "1.18.0 (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +
    1.12  config LIBC_NEWLIB_V_1_17_0
    1.13      bool
    1.14      prompt "1.17.0"
    1.15 @@ -42,6 +47,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.18.0" if LIBC_NEWLIB_V_1_18_0
    1.20      default "1.17.0" if LIBC_NEWLIB_V_1_17_0
    1.21      help
    1.22        Enter the tag you want to use.