package/uclibc: enable linuxthreads for all supported architectures
Synchronize the list of architectures that have LinuxThreads support with the ones from uClibc-ng. Signed-off-by: Mircea GLIGA <mgliga@bitdefender.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
aaca5fa971
commit
b9a5448aa0
@ -53,7 +53,8 @@ config BR2_PTHREADS_NATIVE
|
||||
|
||||
config BR2_PTHREADS
|
||||
bool "linuxthreads"
|
||||
depends on BR2_m68k || BR2_microblaze || BR2_or1k || BR2_arm || BR2_armeb || BR2_xtensa
|
||||
depends on !BR2_aarch64 && !BR2_aarch64_be
|
||||
depends on !BR2_RISCV_64
|
||||
select BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
config BR2_PTHREADS_NONE
|
||||
|
Loading…
Reference in New Issue
Block a user