From d1b226fcff0fe21e1568cc291ccdd35c89c32ccc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 28 Mar 2015 17:09:59 +0100 Subject: long double math does have compile problems with latest uClibc --- target/sparc/uclibc-ng.config | 2 +- target/sparc/uclibc.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'target') 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 -- cgit v1.2.3