diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-28 17:09:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-29 11:09:32 +0200 |
commit | d1b226fcff0fe21e1568cc291ccdd35c89c32ccc (patch) | |
tree | b27e39b3914fa3a2849893fc88260edd65e6f358 /target | |
parent | f5d098101c2760f57eb776133fc285a22e3784e0 (diff) |
long double math does have compile problems with latest uClibc
Diffstat (limited to 'target')
-rw-r--r-- | target/sparc/uclibc-ng.config | 2 | ||||
-rw-r--r-- | target/sparc/uclibc.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/sparc/uclibc-ng.config b/target/sparc/uclibc-ng.config index 456e7c5c0..a09ecf8de 100644 --- a/target/sparc/uclibc-ng.config +++ b/target/sparc/uclibc-ng.config @@ -53,7 +53,7 @@ UCLIBC_HAS_FPU=y DO_C99_MATH=y # DO_XSI_MATH is not set UCLIBC_HAS_FENV=y -UCLIBC_HAS_LONG_DOUBLE_MATH=y +# UCLIBC_HAS_LONG_DOUBLE_MATH is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config index 94e407ec2..12c5d51d1 100644 --- a/target/sparc/uclibc.config +++ b/target/sparc/uclibc.config @@ -58,7 +58,7 @@ UCLIBC_HAS_FPU=y DO_C99_MATH=y # DO_XSI_MATH is not set UCLIBC_HAS_FENV=y -UCLIBC_HAS_LONG_DOUBLE_MATH=y +# UCLIBC_HAS_LONG_DOUBLE_MATH is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y |