summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-24 15:06:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-28 16:29:08 +0100
commit1640c262dc63e2f8f43c0728dbe867c8fffe3e9d (patch)
tree9644711dbd72a85c0cf79e9a27ffc01dcc2be551 /extra
parent318858b4735dc38720be492cc30971ca1a1d55f8 (diff)
riscv64: implement Linuxthreads, from sorear
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 7d213e46e..2d1692ba5 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -164,6 +164,7 @@ config TARGET_ARCH_BITS
default 64 if TARGET_aarch64
default 64 if TARGET_ia64
default 64 if TARGET_powerpc64
+ default 64 if TARGET_riscv64
default 64 if TARGET_sparc64
default 64 if TARGET_x86_64
default 64 if TARGET_kvx
@@ -593,7 +594,6 @@ config UCLIBC_HAS_LINUXTHREADS
# linuxthreads need nanosleep()
select UCLIBC_HAS_REALTIME
depends on !TARGET_aarch64 && \
- !TARGET_riscv64 && \
!TARGET_riscv32 && \
!TARGET_metag
help