toolchain: mark eglibc 2.19 broken
[openwrt/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 depends on BROKEN
11 select EGLIBC_VERSION_2_19
12
13 config GLIBC_USE_VERSION_2_21
14 bool "glibc 2.21"
15 select GLIBC_VERSION_2_21
16
17 config GLIBC_USE_VERSION_2_22
18 bool "glibc 2.22"
19 select GLIBC_VERSION_2_22
20
21 endchoice
22
23 menu "eglibc configuration"
24 depends on TOOLCHAINOPTS && USE_GLIBC && EGLIBC_USE_VERSION_2_19
25 source toolchain/glibc/config/Config.in
26 endmenu