summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-24 11:09:52 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-24 11:10:12 +0200
commite713a2edb0839995af01d6f57cfe9c886c95f99e (patch)
tree298754e62c78fd2c4fa87b2471b435a1e3b38ed9 /extra
parent6b5950e859d4298209ec664eafeb7a0a6af33bfa (diff)
riscv: add fenv support from glibc
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in.arch2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index 4dbe2e641..960b67d4d 100644
--- a/extra/Configs/Config.in.arch
+++ b/extra/Configs/Config.in.arch
@@ -170,6 +170,8 @@ config UCLIBC_HAS_FENV
TARGET_mips || \
TARGET_nds32 || \
(TARGET_powerpc && CONFIG_E500) || \
+ TARGET_riscv32 || \
+ TARGET_riscv64 || \
TARGET_x86_64
help
If you want the uClibc math library to contain the C99 floating