From 96fcf8e7a18822279cce021d610adda6dbe2c6bc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Apr 2017 21:39:51 +0200 Subject: math: no reason to depend on special architecture Signed-off-by: Waldemar Brodkorb --- extra/Configs/Config.in.arch | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index a1a2a5f99..baf955982 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -191,12 +191,10 @@ config UCLIBC_HAS_FENV config UCLIBC_HAS_LONG_DOUBLE_MATH bool "Enable long double support" depends on DO_C99_MATH - depends on TARGET_alpha || TARGET_i386 || TARGET_ia64 || TARGET_m68k || TARGET_powerpc || TARGET_s390 || TARGET_sparc || TARGET_tile || TARGET_x86_64 default y help If you want the uClibc math library to contain the full set of C99 - long double math library features, then answer Y. Don't enable it - for sparc w/ 32bit ABI. + long double math library features, then answer Y. config KERNEL_HEADERS string "Linux kernel header location" -- cgit v1.2.3