projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaca5fa
)
package/uclibc: enable linuxthreads for all supported architectures
author
Mircea GLIGA
<mgliga@bitdefender.com>
Fri, 21 May 2021 13:41:22 +0000
(16:41 +0300)
committer
Yann E. MORIN
<yann.morin.1998@free.fr>
Fri, 21 May 2021 14:14:46 +0000
(16:14 +0200)
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>
package/uclibc/Config.in
patch
|
blob
|
history
diff --git
a/package/uclibc/Config.in
b/package/uclibc/Config.in
index e59fef3c69e7fc1ed7f285fc557ad4b88ad4d46c..2091166b6256170abe2ef127ab5fe638fd461dc6 100644
(file)
--- a/
package/uclibc/Config.in
+++ b/
package/uclibc/Config.in
@@
-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