X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fglibc%2FConfig.version;h=ec8280f5dd00a25c3667e4bb3daec085fa27a413;hb=bf604f35035ae49a3db8a1e1ff67f512a0de86bd;hp=466794fa8c2e97731af44c03890407e249b5370f;hpb=07488ef93d4c2cff5e981dca1bec71747bebc5b0;p=openwrt%2Fopenwrt.git diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index 466794fa8c..ec8280f5dd 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -1,11 +1,15 @@ +if USE_GLIBC + config GLIBC_VERSION string - depends on USE_GLIBC - default "2.14" if GLIBC_VERSION_2_14 - default "2.14" + default "2.22" if GLIBC_VERSION_2_22 + default "2.24" if GLIBC_VERSION_2_24 + +config GLIBC_VERSION_2_22 + default y if !TOOLCHAINOPTS + bool -config GLIBC_PORTS +config GLIBC_VERSION_2_24 bool - depends on USE_GLIBC - default y if GLIBC_VERSION_2_14 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc) - default n + +endif