summaryrefslogtreecommitdiff
path: root/target/sparc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-08-20 20:26:32 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-08-20 20:27:05 +0200
commitf8035dc4dfa8a7ca0d88c1dfc3e4d7051559aaf1 (patch)
treee9e160e11fbaafbf04e12ee86ea174025a4f864c /target/sparc
parent9f31eaf9da3fd7956cde0b32ecf2971bd08a8f7b (diff)
fix some uClibc sparc issues. Disable DO_XSI_MATH for now, because testsuite fails to compile, when enabled. missing bessel float implementation
Diffstat (limited to 'target/sparc')
-rw-r--r--target/sparc/uclibc.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config
index 8436066b7..2f653eac0 100644
--- a/target/sparc/uclibc.config
+++ b/target/sparc/uclibc.config
@@ -56,7 +56,7 @@ ARCH_USE_MMU=y
UCLIBC_HAS_FLOATS=y
UCLIBC_HAS_FPU=y
DO_C99_MATH=y
-DO_XSI_MATH=y
+# DO_XSI_MATH is not set
UCLIBC_HAS_FENV=y
UCLIBC_HAS_LONG_DOUBLE_MATH=y
KERNEL_HEADERS=""