[toolchain/eglibc] drop support for eglibc version trunk/HEAD
[15.05/openwrt.git] / toolchain / eglibc / Config.in
1 choice
2         prompt "eglibc version"
3         depends on TOOLCHAINOPTS && USE_EGLIBC
4         default EGLIBC_VERSION_2_13
5         help
6           Select the version of eglibc you wish to use.
7
8         config EGLIBC_VERSION_2_13
9                 bool "eglibc 2.13"
10                 depends !GCC_VERSION_LLVM
11
12         config EGLIBC_VERSION_2_14
13                 bool "eglibc 2.14"
14                 depends !GCC_VERSION_LLVM
15
16 endchoice
17
18 config EGLIBC_REVISION
19         string
20         prompt "eglibc revision"
21         depends on TOOLCHAINOPTS && USE_EGLIBC
22         default "15508" if EGLIBC_VERSION_2_13
23         default "16488" if EGLIBC_VERSION_2_14
24         default ""
25
26 menu "eglibc configuration"
27         depends on TOOLCHAINOPTS && USE_EGLIBC
28         source toolchain/eglibc/config/Config.in
29 endmenu