You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/toolchain/glibc/Config.in

17 lines
327 B
Plaintext

choice
prompt "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
config GLIBC_USE_VERSION_2_24
bool "glibc 2.24"
select GLIBC_VERSION_2_24
endchoice