* [Buildroot] [PATCH] package/uclibc: enable Linuxthreads for riscv64
@ 2024-05-11 13:40 Waldemar Brodkorb
2024-05-12 7:07 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Waldemar Brodkorb @ 2024-05-11 13:40 UTC (permalink / raw)
To: buildroot
Since commit:
https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=1640c262dc63e2f8f43c0728dbe867c8fffe3e9d
Linuxthreads support for riscv64 was added to uClibc-ng.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
package/uclibc/Config.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/uclibc/Config.in b/package/uclibc/Config.in
index 9fd07400de..73ddd5ef58 100644
--- a/package/uclibc/Config.in
+++ b/package/uclibc/Config.in
@@ -85,7 +85,6 @@ config BR2_PTHREADS_NATIVE
config BR2_PTHREADS
bool "linuxthreads"
depends on !BR2_aarch64 && !BR2_aarch64_be
- depends on !BR2_RISCV_64
select BR2_TOOLCHAIN_HAS_THREADS
config BR2_PTHREADS_NONE
--
2.30.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-05-12 7:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-11 13:40 [Buildroot] [PATCH] package/uclibc: enable Linuxthreads for riscv64 Waldemar Brodkorb
2024-05-12 7:07 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.