diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-25 01:52:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-08-25 01:52:21 +0200 |
commit | ca33f8eba342577dc82d8d2a0b000c75719bc3f1 (patch) | |
tree | 6d72fd79ef9595689fef515bbed22692f0329867 /target/ppc | |
parent | 581e895d168d24cb93a00b02a7fd86fda5ad6c00 (diff) |
disable XSI_MATH, prevent testsuite linking failures.
Diffstat (limited to 'target/ppc')
-rw-r--r-- | target/ppc/uclibc.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/ppc/uclibc.config b/target/ppc/uclibc.config index d634c6701..b6e877895 100644 --- a/target/ppc/uclibc.config +++ b/target/ppc/uclibc.config @@ -54,7 +54,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="" |