X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Fglibc%2FConfig.in;h=b44d1f68183fe595eb5ee8176b807e7fdaa0ac14;hp=e1bffdab2b0629dda2a71e0d3823c33ea193e3c1;hb=c14485d41af8607ffe1563a52dd209e2e4177acc;hpb=a3edea1b9136b05edfed95b58ba33a9ff46b6587 diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in index e1bffdab2b..b44d1f6818 100644 --- a/toolchain/glibc/Config.in +++ b/toolchain/glibc/Config.in @@ -1,17 +1,12 @@ choice - prompt "glibc version" + prompt "(e)glibc version" depends on TOOLCHAINOPTS && USE_GLIBC - default GLIBC_VERSION_2_6_1 + default GLIBC_USE_VERSION_2_22 help Select the version of glibc you wish to use. - config GLIBC_VERSION_2_3_6 - bool "glibc 2.3.6" - - config GLIBC_VERSION_2_6_1 - bool "glibc 2.6.1" - - config GLIBC_VERSION_2_7 - bool "glibc 2.7" + config GLIBC_USE_VERSION_2_22 + bool "glibc 2.22" + select GLIBC_VERSION_2_22 endchoice