Browse Source

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>
Khem Raj 13 năm trước cách đây
mục cha
commit
50b6b440f9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      extra/Configs/Config.in.arch

+ 0 - 1
extra/Configs/Config.in.arch

@@ -133,7 +133,6 @@ config UCLIBC_HAS_FLOATS
 
 
 config UCLIBC_HAS_FPU
 config UCLIBC_HAS_FPU
 	bool "Target CPU has a floating point unit (FPU)"
 	bool "Target CPU has a floating point unit (FPU)"
-	depends on UCLIBC_HAS_FLOATS
 	default y
 	default y
 	help
 	help
 	  If your target CPU does not have a Floating Point Unit (FPU) or a
 	  If your target CPU does not have a Floating Point Unit (FPU) or a