浏览代码

didnt mean to commit the FENV option just yet

Mike Frysinger 20 年之前
父节点
当前提交
9a22815930
共有 1 个文件被更改,包括 0 次插入17 次删除
  1. 0 17
      extra/Configs/Config.in.arch

+ 0 - 17
extra/Configs/Config.in.arch

@@ -81,23 +81,6 @@ config DO_C99_MATH
 	  If your applications require the newer C99 math library functions, 
 	  then answer Y.
 
-config UCLIBC_HAS_FENV
-	bool "Enable C99 fp rounding and exception handling (fenv.h)"
-	depends on UCLIBC_HAS_FLOATS
-	default n
-	help
-	  Enable support for the C99 floating point rounding and exception
-	  handling routines.  These 11 functions are:
-	    feclearexcept            fegetexceptflag
-	    feraiseexcept            fesetexceptflag
-	    fetestexcept             feholdexcept
-	    fegetround               fesetround
-	    fegetenv                 fesetenv
-	    feupdateenv
-
-	  This functions are not widely used, so if you're unsure, you
-	  can probably safely say N.
-
 config KERNEL_SOURCE
 	string "Linux kernel header location"
 	default "/usr/src/linux"