diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-19 15:23:14 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-01-19 15:23:14 +0000 |
commit | bce5bba7a01fb090f67fec5f79218c505c841af3 (patch) | |
tree | e7d7dfc12cae1f1474800071fbc4633fa509ef6e /extra/Configs/Config.in.arch | |
parent | d22976dd5e16e8719abd5c542e17427eeece7ff6 (diff) |
- add C99 floating point environment, rounding and exception handling functions
for i386. UCLIBC_HAS_FENV
Diffstat (limited to 'extra/Configs/Config.in.arch')
-rw-r--r-- | extra/Configs/Config.in.arch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index ad853ee7c..248675e07 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -159,6 +159,15 @@ config DO_C99_MATH If your applications require the newer C99 math library functions, then answer Y. +config UCLIBC_HAS_FENV + bool "Enable C99 Floating-point environment" + depends on UCLIBC_HAS_FLOATS + default n + help + If you want the uClibc math library to contain the C99 floating + point environment, rounding and exception handling functions then + say Y here. + config KERNEL_HEADERS string "Linux kernel header location" default "/usr/include" |