70834770f267710fdc4f46470e47e8b9afe56fe6
[openwrt-10.03/.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_29
7         help
8           Select the version of uClibc you wish to use.
9
10         config UCLIBC_VERSION_SNAPSHOT
11                 depends BROKEN
12                 bool "uClibc snapshot"
13
14         config UCLIBC_VERSION_0_9_28
15                 bool "uClibc 0.9.28"
16
17         config UCLIBC_VERSION_0_9_29
18                 bool "uClibc 0.9.29"
19
20         config UCLIBC_VERSION_0_9_30
21                 bool "uClibc 0.9.30"
22
23 endchoice
24
25 config UCLIBC_VERSION_NPTL
26         bool "Use NPTL branch"
27         depends on TOOLCHAINOPTS && USE_UCLIBC
28         depends on UCLIBC_VERSION_0_9_30
29         depends BROKEN
30
31
32 config UCLIBC_EXTRA_VERSION
33         string
34         prompt "Extra uClibc version"
35         depends on TOOLCHAINOPTS && USE_UCLIBC
36         default "snapshot"   if UCLIBC_VERSION_SNAPSHOT
37         default ".2"         if UCLIBC_VERSION_0_9_28
38         default ".1"         if UCLIBC_VERSION_0_9_30 && !UCLIBC_VERSION_NPTL
39         default ""
40         help
41             Default for version 0.9.28 is ".02", for daily snapshot it's just "snapshot"
42             For all other versions the default string is empty.