0336767cfb9f36c7632e1cb2d8653c59dd90f08a
[openwrt.git] / toolchain / eglibc / Config.in
1 choice
2         prompt "eglibc version"
3         depends on TOOLCHAINOPTS && USE_EGLIBC
4         default EGLIBC_VERSION_2_15
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         config EGLIBC_VERSION_2_15
17                 bool "eglibc 2.15"
18                 depends !GCC_VERSION_LLVM
19
20         config EGLIBC_VERSION_2_16
21                 bool "eglibc 2.16"
22                 depends !GCC_VERSION_LLVM
23
24 endchoice
25
26 config EGLIBC_REVISION
27         string
28         prompt "eglibc revision"
29         depends on TOOLCHAINOPTS && USE_EGLIBC
30         default "15508" if EGLIBC_VERSION_2_13
31         default "16488" if EGLIBC_VERSION_2_14
32         default "18909" if EGLIBC_VERSION_2_15
33         default "18909" if EGLIBC_VERSION_2_15
34         default "19922" if EGLIBC_VERSION_2_16
35         default ""
36
37 menu "eglibc configuration"
38         depends on TOOLCHAINOPTS && USE_EGLIBC
39         source toolchain/eglibc/config/Config.in
40 endmenu