diff options
Diffstat (limited to 'extra/Configs')
-rw-r--r-- | extra/Configs/Config.in.arch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 08adea63d..239208447 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -46,15 +46,6 @@ config UCLIBC_HAS_SOFT_FLOAT depends on UCLIBC_HAS_FLOATS && !HAS_FPU default y -config USE_GCC_SOFT_FLOAT_OPTION - bool - depends UCLIBC_HAS_SOFT_FLOAT - default y if !ARCH_HAS_NO_FPU - help - True if we should use the gcc `-msoft-float' option when - compiling in soft-float support (not all platforms use that - option, even if they use soft-floats). - config DO_C99_MATH bool "Enable full C99 math library support" depends on UCLIBC_HAS_FLOATS |