1 From 06cdcd2a9dd6b46b7fbb5b3ae0a62bdb7ee6c402 Mon Sep 17 00:00:00 2001
2 From: Khem Raj <raj.khem@gmail.com>
3 Date: Mon, 27 Jun 2011 17:48:18 -0700
4 Subject: [PATCH] Config.in.arch: Free UCLIBC_HAS_FPU setting from depending on UCLIBC_HAS_FLOATS
6 UCLIBC_HAS_FLOATS and UCLIBC_HAS_FPU are denoting two different aspects.
7 UCLIBC_HAS_FLOATS covers the floating point operations which has nothing
8 to do if you have FPU or not.
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
12 extra/Configs/Config.in.arch | 1 -
13 1 files changed, 0 insertions(+), 1 deletions(-)
15 diff --git a/extra/Configs/Config.in.arch b/extra/Configs/Config.in.arch
16 index 5f7a2b0..c1ca390 100644
17 --- a/extra/Configs/Config.in.arch
18 +++ b/extra/Configs/Config.in.arch
19 @@ -133,7 +133,6 @@ config UCLIBC_HAS_FLOATS
22 bool "Target CPU has a floating point unit (FPU)"
23 - depends on UCLIBC_HAS_FLOATS
26 If your target CPU does not have a Floating Point Unit (FPU) or a