config/libc/newlib.in
changeset 1704 6df0d71a7a55
parent 1591 11460fc587e6
child 1724 9f1fca384d6f
     1.1 --- a/config/libc/newlib.in	Wed Oct 21 22:51:39 2009 +0200
     1.2 +++ b/config/libc/newlib.in	Thu Jan 07 23:05:30 2010 +0100
     1.3 @@ -20,13 +20,34 @@
     1.4      bool
     1.5      prompt "1.17.0"
     1.6  
     1.7 +config LIBC_NEWLIB_CVS
     1.8 +    bool
     1.9 +    prompt "Use CVS snapshot"
    1.10 +    help
    1.11 +      The newlib "team" rolls new releases about once a year (december).
    1.12 +      This is quite a long time between releases, in case code was fixed.
    1.13 +      
    1.14 +      Saying 'Y' here will allow you to use the bleeding-edge code from
    1.15 +      the CVS repository. This may or may not fix your issues, may or may
    1.16 +      not build, may or may not crash your machine, may or may not withdraw
    1.17 +      money from your bank account, may or may not date your girlfriend,
    1.18 +      may or may not resurect Elvis... :-)
    1.19 +      
    1.20 +      In a word: use the CVS snapshot at your own risk! 
    1.21 +
    1.22  endchoice
    1.23  
    1.24  config LIBC_VERSION
    1.25      string
    1.26 +    prompt "use CVS tag" if LIBC_NEWLIB_CVS
    1.27  # Don't remove next line
    1.28  # CT_INSERT_VERSION_STRING_BELOW
    1.29      default "1.17.0" if LIBC_NEWLIB_V_1_17_0
    1.30 +    help
    1.31 +      Enter the tag you want to use.
    1.32 +      Leave empty to use the 'head' of the repository.
    1.33 +
    1.34 +comment "Architecture specific options"
    1.35  
    1.36  config ATMEL_AVR32_HEADERS
    1.37      bool