uclibc: enable Linuxthreads for Blackfin
authorWaldemar Brodkorb <wbx@openadk.org>
Tue, 5 Jul 2016 10:12:55 +0000 (12:12 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 5 Jul 2016 10:16:16 +0000 (12:16 +0200)
Enable Linuxthreads, a small binutils patch from upstream is
required.

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/uclibc/Config.in

index c0cb602ab1d4ec59669ff7b6c91f79cec13e2927..7c99195d082fe5bc30b7df324bac55183087445b 100644 (file)
@@ -59,7 +59,7 @@ choice
        config BR2_PTHREADS
                bool "linuxthreads"
                select BR2_TOOLCHAIN_HAS_THREADS
-               depends on BR2_m68k || BR2_microblaze || BR2_arm || BR2_armeb || BR2_xtensa
+               depends on BR2_bfin || BR2_m68k || BR2_microblaze || BR2_arm || BR2_armeb || BR2_xtensa
 
        config BR2_PTHREADS_NATIVE
                bool "Native POSIX Threading (NPTL)"