summaryrefslogtreecommitdiff
path: root/config/libc/newlib.in
blob: e674cddddf93e92d0fa1f1439a7fbf1fae51006a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# newlib options
# depends on EXPERIMENTAL

config LIBC_newlib
    help
    Newlib is a C library intended for use on embedded systems. It is a 
    conglomeration of several library parts, all under free software 
    licenses that make them easily usable on embedded products. Newlib 
    is only available in source form. It can be compiled for a wide 
    array of processors, and will usually work on any architecture with
    the addition of a few low-level routines. 

choice
    bool
    prompt "newlib version"

config NEWLIB_V_1_17_0
    bool
    prompt "1.17.0"

# CT_INSERT_VERSION_ABOVE
# Don't remove above line!

endchoice

config LIBC_VERSION
    string
    default "1.17.0" if NEWLIB_V_1_17_0

# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!