X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fglibc%2FConfig.version;h=b4b2fcb4d221e7664e949ab1397ce6268f345399;hb=3e2f57835342074a90843077c1c63c88a42e6217;hp=d68eeea8a9932f7d63b6f957c8211bb5816aabc6;hpb=a3edea1b9136b05edfed95b58ba33a9ff46b6587;p=openwrt%2F.git diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index d68eeea8a9..b4b2fcb4d2 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -1,15 +1,27 @@ +if USE_GLIBC + 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.15" if EGLIBC_VERSION_2_15 + default "2.19" if EGLIBC_VERSION_2_19 + default "2.21" if GLIBC_VERSION_2_21 + +config EGLIBC_VERSION_2_15 + bool + +config EGLIBC_VERSION_2_19 + default y if !TOOLCHAINOPTS + bool -config GLIBC_PORTS +config GLIBC_VERSION_2_21 + default y if !TOOLCHAINOPTS bool - depends on USE_GLIBC - default y if GLIBC_VERSION_2_3_6 && (arm || armeb || mips || mipsel) - default y if GLIBC_VERSION_2_6_1 && (arm || armeb || mips || mipsel || powerpc) - default y if GLIBC_VERSION_2_7 && (arm || armeb || mips || mipsel || powerpc) - default n + +config GLIBC_REVISION + string + default "18909" if EGLIBC_VERSION_2_15 + default "25243" if EGLIBC_VERSION_2_19 + default "4e42b5b8f8" if GLIBC_VERSION_2_21 + default "" + +endif