diff options
Diffstat (limited to 'extra/Configs/Config.in.arch')
-rw-r--r-- | extra/Configs/Config.in.arch | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 6d8ac14e1..44ed6ee01 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -45,13 +45,9 @@ config UCLIBC_HAS_FLOATS Answering N to this option can reduce the size of uClibc. Most people will answer Y. -config ARCH_HAS_NO_FPU - bool - default n - config HAS_FPU bool "Target CPU has a floating point unit (FPU)" - depends on UCLIBC_HAS_FLOATS && !ARCH_HAS_NO_FPU + depends on UCLIBC_HAS_FLOATS default y help If your target CPU does not have a Floating Point Unit (FPU) or a |