config/libc/newlib.in
changeset 3095 ee3bc44bf7f9
parent 3094 07a87075fa2d
child 3131 bd172b161ff8
     1.1 --- a/config/libc/newlib.in	Thu Oct 11 14:39:45 2012 +1000
     1.2 +++ b/config/libc/newlib.in	Tue Oct 30 22:40:48 2012 +0100
     1.3 @@ -36,22 +36,6 @@
     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 -    depends on CONFIGURE_has_cvs
    1.11 -    help
    1.12 -      The newlib "team" rolls new releases about once a year (december).
    1.13 -      This is quite a long time between releases, in case code was fixed.
    1.14 -      
    1.15 -      Saying 'Y' here will allow you to use the bleeding-edge code from
    1.16 -      the CVS repository. This may or may not fix your issues, may or may
    1.17 -      not build, may or may not crash your machine, may or may not withdraw
    1.18 -      money from your bank account, may or may not date your girlfriend,
    1.19 -      may or may not resurect Elvis... :-)
    1.20 -      
    1.21 -      In a word: use the CVS snapshot at your own risk! 
    1.22 -
    1.23  config LIBC_NEWLIB_CUSTOM
    1.24      bool
    1.25      prompt "Custom newlib"
    1.26 @@ -73,7 +57,6 @@
    1.27  
    1.28  config LIBC_VERSION
    1.29      string
    1.30 -    prompt "use CVS tag" if LIBC_NEWLIB_CVS
    1.31  # Don't remove next line
    1.32  # CT_INSERT_VERSION_STRING_BELOW
    1.33      default "1.20.0" if LIBC_NEWLIB_V_1_20_0