summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in.arch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-01-10 10:51:16 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2013-01-10 11:04:56 +0100
commit1558b6e7b2d117620c1698e231204049ab52c493 (patch)
tree1da3559d3caec71053e420b6a73f0f110c9850d0 /extra/Configs/Config.in.arch
parenta8dc90eaaa5e6474beac828558d969b1aafee4af (diff)
buildsys: remove superfluous default n
kconfig's default defaults to n so spelling out default n is redundant Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.in.arch')
-rw-r--r--extra/Configs/Config.in.arch3
1 files changed, 0 insertions, 3 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
index f4ce00e0f..e97786b81 100644
--- a/extra/Configs/Config.in.arch
+++ b/extra/Configs/Config.in.arch
@@ -149,7 +149,6 @@ config UCLIBC_HAS_SOFT_FLOAT
config DO_C99_MATH
bool "Enable full C99 math library support"
depends on UCLIBC_HAS_FLOATS
- default n
help
If you want the uClibc math library to contain the full set C99
math library features, then answer Y. If you leave this set to
@@ -163,7 +162,6 @@ config DO_C99_MATH
config DO_XSI_MATH
bool "Enable XSI math extensions to the ISO C standard (bessel)"
depends on UCLIBC_HAS_FLOATS
- default n
help
X/Open System Interfaces extensions to ISO C math functions
(differential equation functions):
@@ -174,7 +172,6 @@ config DO_XSI_MATH
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