summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 00:29:59 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-15 00:29:59 +0200
commitb907450fbaf90a64d9c1eb250287ddabeb601453 (patch)
tree7fe20892333918e17090d8d306311403b7cb3d39 /kconfig
parentd6d6b1c65084e579384af3710748fa442da6a478 (diff)
downloadembtoolkit-b907450fbaf90a64d9c1eb250287ddabeb601453.tar.gz
embtoolkit-b907450fbaf90a64d9c1eb250287ddabeb601453.tar.bz2
embtoolkit-b907450fbaf90a64d9c1eb250287ddabeb601453.tar.xz
Toolchain: Change floating point type selection
This patch changes the way we the type of floating point our toolchain will use. It also changes EMBTK_SOFTFLOAT_YES to EMBTK_SOFTFLOAT. Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/arch_variant.kconfig21
1 files changed, 7 insertions, 14 deletions
diff --git a/kconfig/arch_variant.kconfig b/kconfig/arch_variant.kconfig
index ab65baa..a4af5df 100644
--- a/kconfig/arch_variant.kconfig
+++ b/kconfig/arch_variant.kconfig
@@ -58,19 +58,12 @@ choice
config EMBTK_ARCH_MIPS_MIPS64_BIG
bool "MIPS64 big endian"
endchoice
-choice
- prompt "Hardware floating point"
- default EMBTK_SOFTFLOAT_YES
+
+config EMBTK_SOFTFLOAT
+ default y
+ bool "Soft floating point"
help
Select if your CPU has a hardware floating point unit.
- If you select yes here, you toolchain will be compiled without
- software floating.
- config EMBTK_SOFTFLOAT_NO
- bool "No"
- help
- Your CPU does not have hardware floating point unit
- config EMBTK_SOFTFLOAT_YES
- bool "Yes"
- help
- Your CPU has hardware floating point unit
-endchoice
+ If you say no here, your toolchain will be built without
+ software floating point.
+