AA: eglibc: sync with trunk, delete old versions
[openwrt/svn-archive/archive.git] / toolchain / eglibc / Config.in
1 choice
2 prompt "eglibc version"
3 depends on TOOLCHAINOPTS && USE_EGLIBC
4 default EGLIBC_USE_VERSION_2_15
5 help
6 Select the version of eglibc you wish to use.
7
8 config EGLIBC_USE_VERSION_2_15
9 bool "eglibc 2.15"
10 select EGLIBC_VERSION_2_15
11
12 endchoice
13
14 config EGLIBC_REVISION
15 string
16 depends on TOOLCHAINOPTS && USE_EGLIBC
17 default "18909" if EGLIBC_VERSION_2_15
18 default ""
19
20 menu "eglibc configuration"
21 depends on TOOLCHAINOPTS && USE_EGLIBC
22 source toolchain/eglibc/config/Config.in
23 endmenu