summaryrefslogtreecommitdiff
path: root/target/riscv64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-24 11:08:30 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-24 11:08:30 +0200
commit11854061e30760e17eda26660ed3069efda12358 (patch)
tree76f17b9130b28b64285f7f7044c2dec68b586c38 /target/riscv64
parent451f89d6b0ee4c3d0120cb78e83c60568cea22d4 (diff)
riscv: enable fenv support in uClibc-ng config
Diffstat (limited to 'target/riscv64')
-rw-r--r--target/riscv64/uclibc-ng.config6
1 files changed, 4 insertions, 2 deletions
diff --git a/target/riscv64/uclibc-ng.config b/target/riscv64/uclibc-ng.config
index a0f4ee9fc..16d2849e8 100644
--- a/target/riscv64/uclibc-ng.config
+++ b/target/riscv64/uclibc-ng.config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# uClibc-ng 1.0.46 C Library Configuration
+# uClibc-ng 1.0.52 C Library Configuration
#
# TARGET_aarch64 is not set
# TARGET_alpha is not set
@@ -35,7 +35,7 @@ TARGET_riscv64=y
# TARGET_x86_64 is not set
# TARGET_xtensa is not set
TARGET_LDSO_NAME="ld-uClibc"
-TARGET_ARCH_BITS=32
+TARGET_ARCH_BITS=64
#
# Target Architecture Features and Options
@@ -58,6 +58,7 @@ UCLIBC_HAS_FLOATS=y
UCLIBC_HAS_FPU=y
DO_C99_MATH=y
DO_XSI_MATH=y
+UCLIBC_HAS_FENV=y
UCLIBC_HAS_LONG_DOUBLE_MATH=y
KERNEL_HEADERS=""
HAVE_DOT_CONFIG=y
@@ -86,6 +87,7 @@ LDSO_LD_LIBRARY_PATH=y
UCLIBC_CTOR_DTOR=y
# LDSO_GNU_HASH_SUPPORT is not set
# HAS_NO_THREADS is not set
+# UCLIBC_HAS_LINUXTHREADS is not set
UCLIBC_HAS_THREADS_NATIVE=y
UCLIBC_HAS_THREADS=y
UCLIBC_HAS_TLS=y