From bce5bba7a01fb090f67fec5f79218c505c841af3 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 19 Jan 2008 15:23:14 +0000 Subject: - add C99 floating point environment, rounding and exception handling functions for i386. UCLIBC_HAS_FENV --- extra/Configs/Config.in.arch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'extra/Configs') 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" -- cgit v1.2.3