add a modified version of the mips64 patch from #4603
[openwrt.git] / toolchain / glibc / Config.version
index d68eeea..1debf0c 100644 (file)
@@ -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
This page took 0.02713 seconds and 4 git commands to generate.