64da662a88
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48780
12 lines
250 B
Text
12 lines
250 B
Text
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
|