00262dd40692f41b67b5a5707f491b36050079ad
[openwrt.git] / toolchain / glibc / Config.in
1 choice
2         prompt "(e)glibc version"
3         depends on TOOLCHAINOPTS && USE_GLIBC
4         default EGLIBC_USE_VERSION_2_22
5         help
6           Select the version of glibc you wish to use.
7
8         config EGLIBC_USE_VERSION_2_19
9                 bool "eglibc 2.19"
10                 select EGLIBC_VERSION_2_19
11
12         config GLIBC_USE_VERSION_2_21
13                 bool "glibc 2.21"
14                 select GLIBC_VERSION_2_21
15
16         config GLIBC_USE_VERSION_2_22
17                 bool "glibc 2.22"
18                 select GLIBC_VERSION_2_22
19
20 endchoice
21
22 menu "eglibc configuration"
23         depends on TOOLCHAINOPTS && USE_GLIBC && EGLIBC_USE_VERSION_2_19
24         source toolchain/glibc/config/Config.in
25 endmenu