diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 12:25:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-09-21 12:25:18 +0200 |
commit | 8726eaf575e097c1a5636fa168f1e3aeec7428c3 (patch) | |
tree | 5104117233a93a436bb8758f45a4f523dbc440f2 /target/riscv64/uclibc-ng.config | |
parent | aa519d421970bc03ff7abecee80df3c866957d69 (diff) |
riscv: disable lp64d and FENV for now, it segfaults on boot
Diffstat (limited to 'target/riscv64/uclibc-ng.config')
-rw-r--r-- | target/riscv64/uclibc-ng.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/riscv64/uclibc-ng.config b/target/riscv64/uclibc-ng.config index 16d2849e8..bcc79d8a4 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.52 C Library Configuration +# uClibc-ng 1.0.55 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -58,7 +58,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y DO_XSI_MATH=y -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set UCLIBC_HAS_LONG_DOUBLE_MATH=y KERNEL_HEADERS="" HAVE_DOT_CONFIG=y |