uclibc-ng: bump version from 1.0.6 to 1.0.8
[openwrt/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_USE_VERSION_0_9_33
7 help
8 Select the version of uClibc you wish to use.
9
10 config UCLIBC_USE_VERSION_0_9_33
11 select UCLIBC_VERSION_0_9_33
12 bool "uClibc 0.9.33.2"
13
14 config UCLIBC_USE_VERSION_NG
15 select UCLIBC_VERSION_NG
16 bool "uClibc-ng"
17
18 endchoice
19
20 # Debug version.
21
22 config UCLIBC_ENABLE_DEBUG
23 bool "Build with debug information"
24 depends on TOOLCHAINOPTS && USE_UCLIBC
25 default n