diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-25 17:41:22 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-25 17:41:38 +0100 |
commit | bb97e48541a516b3ef185d8f1ac999a3476556c8 (patch) | |
tree | 4b7b407ca5af79b0c118e51e81bee3a7ccc02b54 /target/x86 | |
parent | 158f4bdc8a20aab80c579255c86681f11e693d5c (diff) |
disable UCLIBC_HAS_FENV for git configs, too
Diffstat (limited to 'target/x86')
-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 0cf41714c..23a00d20b 100644 --- a/target/x86/uclibc-ng.config +++ b/target/x86/uclibc-ng.config @@ -54,7 +54,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set UCLIBC_HAS_LONG_DOUBLE_MATH=y KERNEL_HEADERS="" HAVE_DOT_CONFIG=y |