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/alpha/uclibc.config | 2 +- target/arc/uclibc.config | 2 +- target/arm/uclibc.config | 2 +- target/avr32/uclibc.config | 2 +- target/bfin/uclibc.config | 2 +- target/c6x/uclibc.config | 2 +- target/cris/uclibc.config | 2 +- target/h8300/uclibc.config | 2 +- target/hppa/uclibc.config | 2 +- target/ia64/uclibc.config | 2 +- target/m68k/uclibc.config | 2 +- target/mips/uclibc.config | 2 +- target/mips64/uclibc.config | 2 +- target/nios2/uclibc.config | 2 +- target/ppc/uclibc.config | 2 +- target/sh/uclibc.config | 2 +- target/sparc/uclibc.config | 2 +- target/x86/uclibc.config | 2 +- target/x86_64/uclibc.config | 2 +- target/xtensa/uclibc.config | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/target/alpha/uclibc.config b/target/alpha/uclibc.config index 403995256..450a2cfb4 100644 --- a/target/alpha/uclibc.config +++ b/target/alpha/uclibc.config @@ -46,7 +46,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 diff --git a/target/arc/uclibc.config b/target/arc/uclibc.config index 296fb8bf4..d4cdbfbdc 100644 --- a/target/arc/uclibc.config +++ b/target/arc/uclibc.config @@ -48,7 +48,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/arm/uclibc.config b/target/arm/uclibc.config index 680308c99..092b1dad2 100644 --- a/target/arm/uclibc.config +++ b/target/arm/uclibc.config @@ -56,7 +56,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/avr32/uclibc.config b/target/avr32/uclibc.config index c99ea028f..9a584c6d2 100644 --- a/target/avr32/uclibc.config +++ b/target/avr32/uclibc.config @@ -55,7 +55,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 KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/bfin/uclibc.config b/target/bfin/uclibc.config index d560c1210..2c00a8f68 100644 --- a/target/bfin/uclibc.config +++ b/target/bfin/uclibc.config @@ -57,7 +57,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" UCLIBC_UCLINUX_BROKEN_MUNMAP=y HAVE_DOT_CONFIG=y diff --git a/target/c6x/uclibc.config b/target/c6x/uclibc.config index c62e16846..2f9d61286 100644 --- a/target/c6x/uclibc.config +++ b/target/c6x/uclibc.config @@ -45,7 +45,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 KERNEL_HEADERS="" UCLIBC_UCLINUX_BROKEN_MUNMAP=y HAVE_DOT_CONFIG=y diff --git a/target/cris/uclibc.config b/target/cris/uclibc.config index 87d5a0ac6..a2f3f8922 100644 --- a/target/cris/uclibc.config +++ b/target/cris/uclibc.config @@ -56,7 +56,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 KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/h8300/uclibc.config b/target/h8300/uclibc.config index 9575048a5..14a39827d 100644 --- a/target/h8300/uclibc.config +++ b/target/h8300/uclibc.config @@ -47,7 +47,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" UCLIBC_UCLINUX_BROKEN_MUNMAP=y HAVE_DOT_CONFIG=y diff --git a/target/hppa/uclibc.config b/target/hppa/uclibc.config index 1a0aef14f..f0adb68bd 100644 --- a/target/hppa/uclibc.config +++ b/target/hppa/uclibc.config @@ -46,7 +46,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" UCLIBC_UCLINUX_BROKEN_MUNMAP=y HAVE_DOT_CONFIG=y diff --git a/target/ia64/uclibc.config b/target/ia64/uclibc.config index 51116487b..29dccec90 100644 --- a/target/ia64/uclibc.config +++ b/target/ia64/uclibc.config @@ -48,7 +48,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 diff --git a/target/m68k/uclibc.config b/target/m68k/uclibc.config index 7d1574415..aeb6e60b0 100644 --- a/target/m68k/uclibc.config +++ b/target/m68k/uclibc.config @@ -55,7 +55,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 diff --git a/target/mips/uclibc.config b/target/mips/uclibc.config index 79284a893..09051df70 100644 --- a/target/mips/uclibc.config +++ b/target/mips/uclibc.config @@ -62,7 +62,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 KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/mips64/uclibc.config b/target/mips64/uclibc.config index a1ed788b9..8251a92bc 100644 --- a/target/mips64/uclibc.config +++ b/target/mips64/uclibc.config @@ -62,7 +62,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 KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/nios2/uclibc.config b/target/nios2/uclibc.config index 1a0aef14f..f0adb68bd 100644 --- a/target/nios2/uclibc.config +++ b/target/nios2/uclibc.config @@ -46,7 +46,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_SOFT_FLOAT=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=y +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" UCLIBC_UCLINUX_BROKEN_MUNMAP=y HAVE_DOT_CONFIG=y diff --git a/target/ppc/uclibc.config b/target/ppc/uclibc.config index 6725ca0a2..fca774ae9 100644 --- a/target/ppc/uclibc.config +++ b/target/ppc/uclibc.config @@ -55,7 +55,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 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 diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config index 1536e15df..2df8c0ca5 100644 --- a/target/sparc/uclibc.config +++ b/target/sparc/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 is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y diff --git a/target/x86/uclibc.config b/target/x86/uclibc.config index d48738a9f..fe38ec360 100644 --- a/target/x86/uclibc.config +++ b/target/x86/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 diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config index b06c0e046..cfafa0832 100644 --- a/target/x86_64/uclibc.config +++ b/target/x86_64/uclibc.config @@ -53,7 +53,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 diff --git a/target/xtensa/uclibc.config b/target/xtensa/uclibc.config index 5f87a16dc..3644248c2 100644 --- a/target/xtensa/uclibc.config +++ b/target/xtensa/uclibc.config @@ -48,7 +48,7 @@ UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y # DO_XSI_MATH is not set -UCLIBC_HAS_FENV=yes +# UCLIBC_HAS_FENV is not set KERNEL_HEADERS="" HAVE_DOT_CONFIG=y -- cgit v1.2.3