Root/toolchain/uClibc/Config.in

1# Choose uclibc version.
2
3choice
4    prompt "uClibc Version"
5    depends on TOOLCHAINOPTS && USE_UCLIBC
6    default UCLIBC_VERSION_0_9_33
7    help
8      Select the version of uClibc you wish to use.
9
10    config UCLIBC_VERSION_0_9_32
11        bool "uClibc 0.9.32-git"
12
13    config UCLIBC_VERSION_0_9_33
14        bool "uClibc 0.9.33"
15
16endchoice
17
18
19# Debug version.
20
21config UCLIBC_ENABLE_DEBUG
22    bool "Build with debug information"
23    depends on TOOLCHAINOPTS && USE_UCLIBC
24    default n
25

Archive Download this file



interactive