diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-27 04:58:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-27 04:59:12 +0200 |
commit | 1cebd94233e179092d2a2368ecd4a9595e814f56 (patch) | |
tree | 105a084a82cc64592df187bb01a13f73abe05ed1 /target/arc/uclibc-ng.config | |
parent | ba60f4fb5b05a6b282e674a0fec2c12a42daa534 (diff) |
arc: enable fenv in uClibc-ng config
Diffstat (limited to 'target/arc/uclibc-ng.config')
-rw-r--r-- | target/arc/uclibc-ng.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/arc/uclibc-ng.config b/target/arc/uclibc-ng.config index 2842123a9..083e6489d 100644 --- a/target/arc/uclibc-ng.config +++ b/target/arc/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.45 C Library Configuration +# uClibc-ng 1.0.52 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -61,6 +61,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 |