From 158f4bdc8a20aab80c579255c86681f11e693d5c Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 Oct 2015 16:15:36 +0100 Subject: uClibc-ng: disable UCLIBC_HAS_FENV in the default config --- target/sh/uclibc.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/sh') diff --git a/target/sh/uclibc.config b/target/sh/uclibc.config index d07e8b960..11ceed56c 100644 --- a/target/sh/uclibc.config +++ b/target/sh/uclibc.config @@ -57,7 +57,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 -- cgit v1.2.3