diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-12 19:22:21 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-12 19:22:21 +0100 |
commit | 9e9b5f287e6e591d2d5ab10d98d7d65e6b19cb91 (patch) | |
tree | 9cff4e20d6a8278dfdc678a4d10eb0eb97ace376 /target/x86/uclibc-ng.config | |
parent | 362567c5be91f3ef422302168c05238cad87b407 (diff) |
uclibc-ng: disable long double math in default config
Diffstat (limited to 'target/x86/uclibc-ng.config')
-rw-r--r-- | target/x86/uclibc-ng.config | 2 |
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 |