config/libc/newlib.in
branchavr32
changeset 1371 802c132f1f71
child 1373 1f3e9f7ada71
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/libc/newlib.in	Fri May 22 14:46:18 2009 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# newlib options
     1.5 +# depends on EXPERIMENTAL
     1.6 +
     1.7 +config LIBC_newlib
     1.8 +    help
     1.9 +    Newlib is a C library intended for use on embedded systems. It is a 
    1.10 +    conglomeration of several library parts, all under free software 
    1.11 +    licenses that make them easily usable on embedded products. Newlib 
    1.12 +    is only available in source form. It can be compiled for a wide 
    1.13 +    array of processors, and will usually work on any architecture with
    1.14 +    the addition of a few low-level routines. 
    1.15 +
    1.16 +choice
    1.17 +    bool
    1.18 +    prompt "newlib version"
    1.19 +
    1.20 +config NEWLIB_V_1_17_0
    1.21 +    bool
    1.22 +    prompt "1.17.0"
    1.23 +
    1.24 +# CT_INSERT_VERSION_ABOVE
    1.25 +# Don't remove above line!
    1.26 +
    1.27 +endchoice
    1.28 +
    1.29 +config LIBC_VERSION
    1.30 +    string
    1.31 +    default "1.17.0" if NEWLIB_V_1_17_0
    1.32 +
    1.33 +# CT_INSERT_VERSION_STRING_ABOVE
    1.34 +# Don't remove above line!