From 451f89d6b0ee4c3d0120cb78e83c60568cea22d4 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 24 Apr 2025 10:50:01 +0200 Subject: mips: enable fenv support in uClibc-ng config --- target/mips/uclibc-ng.config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'target/mips') diff --git a/target/mips/uclibc-ng.config b/target/mips/uclibc-ng.config index 55f5c4ea3..64c805f03 100644 --- a/target/mips/uclibc-ng.config +++ b/target/mips/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.47 C Library Configuration +# uClibc-ng 1.0.51 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 -- cgit v1.2.3