summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-03-12 19:22:21 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-03-12 19:22:21 +0100
commit9e9b5f287e6e591d2d5ab10d98d7d65e6b19cb91 (patch)
tree9cff4e20d6a8278dfdc678a4d10eb0eb97ace376 /target/x86
parent362567c5be91f3ef422302168c05238cad87b407 (diff)
uclibc-ng: disable long double math in default config
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/uclibc-ng.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/x86/uclibc-ng.config b/target/x86/uclibc-ng.config
index 32203e767..688d56f1e 100644
--- a/target/x86/uclibc-ng.config
+++ b/target/x86/uclibc-ng.config
@@ -52,7 +52,7 @@ UCLIBC_HAS_FPU=y
DO_C99_MATH=y
# DO_XSI_MATH is not set
# UCLIBC_HAS_FENV is not set
-UCLIBC_HAS_LONG_DOUBLE_MATH=y
+# UCLIBC_HAS_LONG_DOUBLE_MATH is not set
KERNEL_HEADERS=""
HAVE_DOT_CONFIG=y