X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fglibc%2FConfig.version;h=466794fa8c2e97731af44c03890407e249b5370f;hb=e59549b5a0621776bd47d990a2c3e62cb6688d46;hp=1debf0c040d81189cebecead0909329978a39624;hpb=6528871efd3e99f18deba5a768f935fd6c75d533;p=openwrt-working-2016%2F.git diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index 1debf0c040..466794fa8c 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -1,15 +1,11 @@ config GLIBC_VERSION string depends on USE_GLIBC - default "2.3.6" if GLIBC_VERSION_2_3_6 - default "2.6.1" if GLIBC_VERSION_2_6_1 - default "2.7" if GLIBC_VERSION_2_7 - default "2.7" + default "2.14" if GLIBC_VERSION_2_14 + default "2.14" config GLIBC_PORTS bool depends on USE_GLIBC - default y if GLIBC_VERSION_2_3_6 && (arm || armeb || mips || mipsel || mips64 || mips64el) - default y if GLIBC_VERSION_2_6_1 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc) - default y if GLIBC_VERSION_2_7 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc) + default y if GLIBC_VERSION_2_14 && (arm || armeb || mips || mipsel || mips64 || mips64el || powerpc) default n