config/libc/newlib.in
changeset 1603 e0ef539e23d9
parent 1468 841be3d8669e
child 1590 b51724d5250d
     1.1 --- a/config/libc/newlib.in	Sat Jun 20 17:16:54 2009 +0200
     1.2 +++ b/config/libc/newlib.in	Wed Oct 28 18:55:40 2009 +0100
     1.3 @@ -13,23 +13,21 @@
     1.4  choice
     1.5      bool
     1.6      prompt "newlib version"
     1.7 +# Don't remove next line
     1.8 +# CT_INSERT_VERSION_BELOW
     1.9  
    1.10  config NEWLIB_V_1_17_0
    1.11      bool
    1.12      prompt "1.17.0"
    1.13  
    1.14 -# CT_INSERT_VERSION_ABOVE
    1.15 -# Don't remove above line!
    1.16 -
    1.17  endchoice
    1.18  
    1.19  config LIBC_VERSION
    1.20      string
    1.21 +# Don't remove next line
    1.22 +# CT_INSERT_VERSION_STRING_BELOW
    1.23      default "1.17.0" if NEWLIB_V_1_17_0
    1.24  
    1.25 -# CT_INSERT_VERSION_STRING_ABOVE
    1.26 -# Don't remove above line!
    1.27 -
    1.28  config ATMEL_AVR32_HEADERS
    1.29      bool
    1.30      prompt "Install Atmel AVR32 headers"