]> code.ossystems Code Review - openembedded-core.git/blob
da97d389a0e6d69dc62fd9b50b911b8700387e11
[openembedded-core.git] /
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
5
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.
9
10 Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 ---
12  extra/Configs/Config.in.arch |    1 -
13  1 files changed, 0 insertions(+), 1 deletions(-)
14
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
20  
21  config UCLIBC_HAS_FPU
22         bool "Target CPU has a floating point unit (FPU)"
23 -       depends on UCLIBC_HAS_FLOATS
24         default y
25         help
26           If your target CPU does not have a Floating Point Unit (FPU) or a
27 -- 
28 1.7.0.4
29