diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-12 19:52:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-11-12 19:54:24 +0100 |
commit | 952bc07df98876bb827ada752dbd3caf71c774dc (patch) | |
tree | c13c6394ce927c967cafce8b5b9f72cdcacbdffe | |
parent | 84c1bca244315d29e181698085ac88041833d953 (diff) |
uclibc: enable bessel functions
-rw-r--r-- | target/mips64/uclibc-ng.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/mips64/uclibc-ng.config b/target/mips64/uclibc-ng.config index 577b78ab5..07060b6a0 100644 --- a/target/mips64/uclibc-ng.config +++ b/target/mips64/uclibc-ng.config @@ -54,7 +54,7 @@ ARCH_USE_MMU=y UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y -# DO_XSI_MATH is not set +DO_XSI_MATH=y # UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y |