[Buildroot] [git commit] uclibc: enable Linuxthreads for Blackfin

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Tue Jul 5 10:16:16 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=6565825f27834cf8346b8e9222551f7b6427873d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Enable Linuxthreads, a small binutils patch from upstream is
required.

Signed-off-by: Waldemar Brodkorb <wbx at openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/uclibc/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index c0cb602..7c99195 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -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)"


More information about the buildroot mailing list