add support for uClibc version 0.9.32 based on git rev a7642511b08b0b8a4012bab67cb8aa...
[openwrt.git] / toolchain / uClibc / Config.in
1 # Choose uclibc version.
2
3 choice
4         prompt "uClibc Version"
5         depends on TOOLCHAINOPTS && USE_UCLIBC
6         default UCLIBC_VERSION_0_9_30_1
7         help
8           Select the version of uClibc you wish to use.
9
10         config UCLIBC_VERSION_0_9_30_1
11                 bool "uClibc 0.9.30.1"
12
13         config UCLIBC_VERSION_0_9_30_2
14                 bool "uClibc 0.9.30.2"
15
16         config UCLIBC_VERSION_0_9_30_3
17                 bool "uClibc 0.9.30.3"
18
19         config UCLIBC_VERSION_0_9_31
20                 bool "uClibc 0.9.31"
21
22         config UCLIBC_VERSION_0_9_32
23                 bool "uClibc 0.9.32 (with nptl support)"
24
25 endchoice
26
27
28 # Debug version.
29
30 config UCLIBC_ENABLE_DEBUG
31         bool "Build with debug information"
32         depends on TOOLCHAINOPTS && USE_UCLIBC
33         default n