Browse Source

long double math does have compile problems with latest uClibc

Waldemar Brodkorb 9 years ago
parent
commit
d1b226fcff
2 changed files with 2 additions and 2 deletions
  1. 1 1
      target/sparc/uclibc-ng.config
  2. 1 1
      target/sparc/uclibc.config

+ 1 - 1
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
 

+ 1 - 1
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