diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 00:59:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-20 00:59:47 +0000 |
commit | d4b5778bf85ba9bddbf40c3b05c379bd683146ab (patch) | |
tree | 9136a9195aba7d858fc14a40ff22fb86f47e7e00 /extra/Configs/Config.in.arch | |
parent | 14937e618ce3f02ce2e1d9f7ec5c696aabb11f97 (diff) |
s/TARGET_ARCH_FEATURES/FORCE_OPTIONS_FOR_ARCH/ to fix sed breakage as pointed out by Joseph S. Myers
Diffstat (limited to 'extra/Configs/Config.in.arch')
-rw-r--r-- | extra/Configs/Config.in.arch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index bce5a0b55..727921b01 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -81,6 +81,23 @@ 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" |