summaryrefslogtreecommitdiff
path: root/package/uclibc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-08-11 07:22:05 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-10-13 00:01:25 +0200
commit7340143a5cc74019f4d37115d00ae3b1f932d6f7 (patch)
tree6e8f55f65c53d802d1d96bb95b333b30752f699f /package/uclibc
parentc5f874596b81f18e8763e23205fa3ee646514477 (diff)
toolchain: add mips64 for uClibc-ng
Filter out all other uClibc versions, as they containing serious bugs for mips64. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/uclibc')
-rw-r--r--package/uclibc/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 898d99d18..2e10af7a9 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -27,7 +27,7 @@ choice
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL if !BR2_x86_i386
- depends on !(BR2_arc || BR2_xtensa)
+ depends on !(BR2_arc || BR2_mips64 || BR2_mips64el || BR2_xtensa)
config BR2_UCLIBC_VERSION_ARC_GIT
bool "uClibc Git ARC"
@@ -50,7 +50,7 @@ choice
select BR2_UCLIBC_VERSION_SUPPORTS_LINUXTHREADS_OLD
select BR2_UCLIBC_VERSION_SUPPORTS_NPTL \
if !BR2_x86_i386 && !BR2_xtensa
- depends on !(BR2_arc)
+ depends on !(BR2_arc || BR2_mips64 || BR2_mips64el)
endchoice