X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=toolchain%2Fglibc%2FConfig.in;h=66ff2f4ff5c3cd764ba17751dfa68e55a8518c3c;hp=67ee7297555cfd99357ef7b31001d8acd6ff7045;hb=bee26ca0de90d4b1895cb53982632f3ecb9ff362;hpb=f797b4293a6cfa1658a4ecd7d77f12885a8faa8d diff --git a/toolchain/glibc/Config.in b/toolchain/glibc/Config.in index 67ee729755..66ff2f4ff5 100644 --- a/toolchain/glibc/Config.in +++ b/toolchain/glibc/Config.in @@ -1,20 +1,21 @@ choice - prompt "glibc version" + prompt "(e)glibc version" depends on TOOLCHAINOPTS && USE_GLIBC - default GLIBC_VERSION_2_6_1 + default EGLIBC_USE_VERSION_2_19 help Select the version of glibc you wish to use. - config GLIBC_VERSION_2_3_6 - bool "glibc 2.3.6" + config EGLIBC_USE_VERSION_2_19 + bool "eglibc 2.19" + select EGLIBC_VERSION_2_19 - config GLIBC_VERSION_2_4 - bool "glibc 2.4" - - 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_21 + bool "glibc 2.21" + select GLIBC_VERSION_2_21 endchoice + +menu "eglibc configuration" + depends on TOOLCHAINOPTS && USE_GLIBC && EGLIBC_USE_VERSION_2_19 + source toolchain/glibc/config/Config.in +endmenu