mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
uclibc: enable Linuxthreads for Blackfin
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>
This commit is contained in:
parent
1d248bd8ca
commit
6565825f27
@ -59,7 +59,7 @@ choice
|
|||||||
config BR2_PTHREADS
|
config BR2_PTHREADS
|
||||||
bool "linuxthreads"
|
bool "linuxthreads"
|
||||||
select BR2_TOOLCHAIN_HAS_THREADS
|
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
|
config BR2_PTHREADS_NATIVE
|
||||||
bool "Native POSIX Threading (NPTL)"
|
bool "Native POSIX Threading (NPTL)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user