diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 07:34:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-28 07:34:41 +0200 |
commit | 54b5039ea1d6118e33db211b4a2da5e5fffe017c (patch) | |
tree | 08b69c13446b87560d58e5628d6cdffc219f9177 | |
parent | 7d0e238b8b0df224b4d237d7c4c48aa26404fc69 (diff) |
sh: enable fenv support in uClibc-ng config
-rw-r--r-- | target/sh/uclibc-ng.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/sh/uclibc-ng.config b/target/sh/uclibc-ng.config index d8dea4776..660e08b36 100644 --- a/target/sh/uclibc-ng.config +++ b/target/sh/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 @@ -64,6 +64,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 |