2015-03-12 19:50:57 +00:00
|
|
|
choice
|
|
|
|
prompt "(e)glibc version"
|
|
|
|
depends on TOOLCHAINOPTS && USE_GLIBC
|
2016-02-25 13:43:46 +00:00
|
|
|
default GLIBC_USE_VERSION_2_22
|
2015-03-12 19:50:57 +00:00
|
|
|
help
|
|
|
|
Select the version of glibc you wish to use.
|
|
|
|
|
2016-01-19 22:58:51 +00:00
|
|
|
config GLIBC_USE_VERSION_2_22
|
|
|
|
bool "glibc 2.22"
|
|
|
|
select GLIBC_VERSION_2_22
|
|
|
|
|
2015-03-12 19:50:57 +00:00
|
|
|
endchoice
|