1 # Choose uclibc version.
4 prompt "uClibc Version"
5 depends on TOOLCHAINOPTS && USE_UCLIBC
6 default UCLIBC_VERSION_0_9_30_1
8 Select the version of uClibc you wish to use.
10 config UCLIBC_VERSION_0_9_30_1
11 bool "uClibc 0.9.30.1"
13 config UCLIBC_VERSION_0_9_30_2
14 bool "uClibc 0.9.30.2"
16 config UCLIBC_VERSION_0_9_30_3
17 bool "uClibc 0.9.30.3"
19 config UCLIBC_VERSION_0_9_31
22 config UCLIBC_VERSION_0_9_32
23 bool "uClibc 0.9.32 (with nptl support)"
30 config UCLIBC_ENABLE_DEBUG
31 bool "Build with debug information"
32 depends on TOOLCHAINOPTS && USE_UCLIBC