diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:03:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-04-18 17:03:55 +0000 |
commit | 56164a5815346ed801c1fd8885023f55c19b29ff (patch) | |
tree | d5f46ef620e54d7b0ff56c98fed8ad25895d6bb7 /toolchain/glibc/Config.version | |
parent | 24aedf82810f1abcdd345741ab7a97adea43ad1c (diff) | |
download | upstream-56164a5815346ed801c1fd8885023f55c19b29ff.tar.gz upstream-56164a5815346ed801c1fd8885023f55c19b29ff.tar.bz2 upstream-56164a5815346ed801c1fd8885023f55c19b29ff.zip |
add a modified version of the mips64 patch from #4603
SVN-Revision: 15249
Diffstat (limited to 'toolchain/glibc/Config.version')
-rw-r--r-- | toolchain/glibc/Config.version | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/glibc/Config.version b/toolchain/glibc/Config.version index d68eeea8a9..1debf0c040 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 |