From 56164a5815346ed801c1fd8885023f55c19b29ff Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 18 Apr 2009 17:03:55 +0000 Subject: add a modified version of the mips64 patch from #4603 SVN-Revision: 15249 --- toolchain/glibc/Config.version | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain/glibc/Config.version') diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index d68eeea..1debf0c 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 -- cgit v1.1