summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-29 07:49:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-29 07:54:27 +0100
commit8f200b7fef0b9320b84e09b4c16df6c72daadd36 (patch)
tree282a7c497298a659455dd822cad690c824862979 /extra
parent4ce2bd0e5788e53f0377da857b72b08c4222aaef (diff)
riscv32: implement linuxthreads, from sorear
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 2d1692ba5..122a7eb71 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -594,7 +594,6 @@ config UCLIBC_HAS_LINUXTHREADS
# linuxthreads need nanosleep()
select UCLIBC_HAS_REALTIME
depends on !TARGET_aarch64 && \
- !TARGET_riscv32 && \
!TARGET_metag
help
If you want to compile uClibc with Linuxthreads support, then answer Y.