95113f3257bd6cddefb3e2d506f80484d0eb83d6
[openwrt/staging/yousong.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_NPTL
14 bool "uClibc NPTL branch"
15 depends BROKEN
16
17 endchoice