mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 15:07:43 +00:00
uclibc: enable linuxthreads for xtensa
linuxthreads is the only threading option for noMMU xtensa, enable it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
3ebf195e7e
commit
8706e865d8
@ -64,7 +64,7 @@ choice
|
|||||||
config BR2_PTHREADS_OLD
|
config BR2_PTHREADS_OLD
|
||||||
bool "linuxthreads (stable/old)"
|
bool "linuxthreads (stable/old)"
|
||||||
select BR2_TOOLCHAIN_HAS_THREADS
|
select BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_m68k || BR2_arm || BR2_armeb
|
depends on BR2_m68k || 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