svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Fri Jan 20 12:13:27 UTC 2006


Author: vapier
Date: 2006-01-20 04:13:26 -0800 (Fri, 20 Jan 2006)
New Revision: 13451

Log:
didnt mean to commit the FENV option just yet

Modified:
   trunk/uClibc/extra/Configs/Config.in.arch


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in.arch
===================================================================
--- trunk/uClibc/extra/Configs/Config.in.arch	2006-01-20 11:59:06 UTC (rev 13450)
+++ trunk/uClibc/extra/Configs/Config.in.arch	2006-01-20 12:13:26 UTC (rev 13451)
@@ -81,23 +81,6 @@
 	  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"




More information about the uClibc-cvs mailing list