浏览代码

math: no reason to depend on special architecture

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Waldemar Brodkorb 7 年之前
父节点
当前提交
96fcf8e7a1
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      extra/Configs/Config.in.arch

+ 1 - 3
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"