toolchain: The glorious return of glibc, ver 2.21
[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_19
5         help
6           Select the version of glibc you wish to use.
7
8         config EGLIBC_USE_VERSION_2_15
9                 bool "eglibc 2.15"
10                 select EGLIBC_VERSION_2_15
11                 depends on BROKEN
12
13         config EGLIBC_USE_VERSION_2_19
14                 bool "eglibc 2.19"
15                 select EGLIBC_VERSION_2_19
16
17         config GLIBC_USE_VERSION_2_21
18                 bool "glibc 2.21"
19                 select GLIBC_VERSION_2_21
20
21 endchoice
22
23 menu "eglibc configuration"
24         depends on TOOLCHAINOPTS && USE_GLIBC && (EGLIBC_USE_VERSION_2_15 || EGLIBC_USE_VERSION_2_19)
25         source toolchain/glibc/config/Config.in
26 endmenu