1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/toolchain/glibc/Config.in

13 lines
250 B
Plaintext
Raw Normal View History

choice
prompt "(e)glibc version"
depends on TOOLCHAINOPTS && USE_GLIBC
default GLIBC_USE_VERSION_2_22
help
Select the version of glibc you wish to use.
config GLIBC_USE_VERSION_2_22
bool "glibc 2.22"
select GLIBC_VERSION_2_22
endchoice