diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-18 19:57:06 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-11-18 19:57:06 +0000 |
commit | 906eb2c0704f3d1da5d02d1a932fe49677faa4d7 (patch) | |
tree | 9997e050039baf5fa7e9944c2841ccbcd48f5944 /extra/Configs/Config.in.arch | |
parent | 5e3553a3b7bdb2667371db1c6dbee0ad49c8221c (diff) |
Kill ARCH_HAS_NO_MMU and use HAS_FPU only. Wether floating point ops
are implemented in hardware or via kernel emulation doesn't matter to
the libc code.
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 |