diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-08 21:39:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-04-08 21:40:44 +0200 |
commit | 96fcf8e7a18822279cce021d610adda6dbe2c6bc (patch) | |
tree | ef3c58e5c5d700e872ed2812be521b293231f4b1 /extra/Configs | |
parent | 8d21b1a47c19857daf3041d9ceff807bdf100671 (diff) |
math: no reason to depend on special architecture
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in.arch | 4 |
1 files changed, 1 insertions, 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" |