diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 12:13:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 12:13:26 +0000 |
commit | 9a228159306d2e799554c42b7d3f6a8696496ffd (patch) | |
tree | 64077876bbe122fba7fa9aba1dd11ae9de87b2f9 /extra | |
parent | 6a4a2506e0a92e54efd33619e61339a953f9e54c (diff) |
didnt mean to commit the FENV option just yet
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in.arch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 727921b01..bce5a0b55 100644 --- a/extra/Configs/Config.in.arch +++ b/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" |