diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-11-08 01:58:45 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-11-08 01:58:45 +0000 |
commit | f149abb89092b915f7cf249fba09fb5c5b613eb8 (patch) | |
tree | 847076f47b1c94819756e98462785b2b2a1df593 /extra | |
parent | e89052ae8b40a4cf531e2273175f359c3c28a56a (diff) |
Large cleanup patch, based in large part on a patch from
Stefan Allius, which adds a great deal of sanity.
Diffstat (limited to 'extra')
-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 |