diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-27 17:48:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2011-07-01 14:49:55 -0700 |
commit | 50b6b440f9689db83a274978078fd7a14abd1b1d (patch) | |
tree | bba1f3af07b2fda6f40e3ac968c54b029745f88f /extra | |
parent | 75d95590a35796186436a4cb05fe91a44d9dadae (diff) |
Config.in.arch: Free UCLIBC_HAS_FPU setting from depending on UCLIBC_HAS_FLOATS
UCLIBC_HAS_FLOATS and UCLIBC_HAS_FPU are denoting two different aspects.
UCLIBC_HAS_FLOATS covers the floating point operations which has nothing
to do if you have FPU or not.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in.arch | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch index 5f7a2b0c6..c1ca390dc 100644 --- a/extra/Configs/Config.in.arch +++ b/extra/Configs/Config.in.arch @@ -133,7 +133,6 @@ config UCLIBC_HAS_FLOATS config UCLIBC_HAS_FPU bool "Target CPU has a floating point unit (FPU)" - depends on UCLIBC_HAS_FLOATS default y help If your target CPU does not have a Floating Point Unit (FPU) or a |