toolchain: add mips64 for uClibc-ng
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 11 Aug 2015 05:22:05 +0000 (07:22 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 12 Oct 2015 22:01:25 +0000 (00:01 +0200)
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>
package/uclibc/Config.in
toolchain/toolchain-buildroot/Config.in

index 898d99d1870a1ec777019b741fef74c3b6362f67..2e10af7a94ce223eb36ec38712cb4722f47354e7 100644 (file)
@@ -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
 
index d3f685f4aa772c27cb8438cd38d18cdbf864c6fc..cee2578dd528f753f0a740ce797f00fd9c8f2eba 100644 (file)
@@ -24,7 +24,7 @@ choice
        prompt "C library"
        default BR2_TOOLCHAIN_UCLIBC
        default BR2_TOOLCHAIN_BUILDROOT_GLIBC if BR2_aarch64 || BR2_aarch64_be \
-               || BR2_microblaze || BR2_mips64 || BR2_mips64el || BR2_powerpc64
+               || BR2_microblaze || BR2_powerpc64
 
 config BR2_TOOLCHAIN_BUILDROOT_UCLIBC
        bool "uClibc"