ef5ef562f44c93aac118213cc2bced2dcef44728
[openwrt/staging/lynxis/omap.git] / toolchain / glibc / Config.in
1 choice
2 prompt "glibc version"
3 depends on TOOLCHAINOPTS && USE_GLIBC
4 default GLIBC_USE_VERSION_2_22
5 help
6 Select the version of glibc you wish to use.
7
8 config GLIBC_USE_VERSION_2_22
9 bool "glibc 2.22"
10 select GLIBC_VERSION_2_22
11
12 config GLIBC_USE_VERSION_2_24
13 bool "glibc 2.24"
14 select GLIBC_VERSION_2_24
15
16 endchoice