diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-26 11:41:28 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-26 11:42:54 +0200 |
commit | aaab05211c04e64fbd36e6943554d1b7f3959292 (patch) | |
tree | be7e60de8886c80a9ee7f56549c5fb256da2e093 | |
parent | ad7d25d5a66eef4e995168b06cdc381d7830da6f (diff) |
m68k: enable fenv support in uClibc-ng config
-rw-r--r-- | target/m68k/uclibc-ng.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/m68k/uclibc-ng.config b/target/m68k/uclibc-ng.config index 0e96278b4..897f183c7 100644 --- a/target/m68k/uclibc-ng.config +++ b/target/m68k/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.51 C Library Configuration +# uClibc-ng 1.0.52 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -59,6 +59,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 |