Explorar el Código

c-sky: enable fenv support in uClibc-ng config

Waldemar Brodkorb hace 1 semana
padre
commit
d84c0ae921
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      target/csky/uclibc-ng.config

+ 1 - 1
target/csky/uclibc-ng.config

@@ -58,7 +58,7 @@ UCLIBC_HAS_FLOATS=y
 UCLIBC_HAS_FPU=y
 DO_C99_MATH=y
 # DO_XSI_MATH is not set
-# UCLIBC_HAS_FENV is not set
+UCLIBC_HAS_FENV=y
 UCLIBC_HAS_LONG_DOUBLE_MATH=y
 KERNEL_HEADERS=""
 HAVE_DOT_CONFIG=y