X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/c3c59f418996d48f4df202e480a34f32c90f8ee5..2c740480efc15b5a5489b9f964f72930258f034c:/toolchain/glibc/Config.version diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index d68eeea8a..1debf0c04 100644 --- a/toolchain/glibc/Config.version +++ b/toolchain/glibc/Config.version @@ -9,7 +9,7 @@ config GLIBC_VERSION config GLIBC_PORTS 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 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 n