summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-19 16:38:06 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-19 16:38:06 +0200
commitf12a07b64ef51d7e34edb8e53bb6426098138b2e (patch)
tree60c9c832b5ca2b395b0740ff535804370bb43e1e /kconfig
parent8a1a7336529558b0347c5f0a9865bb1dcbe592b5 (diff)
downloadembtoolkit-f12a07b64ef51d7e34edb8e53bb6426098138b2e.tar.gz
embtoolkit-f12a07b64ef51d7e34edb8e53bb6426098138b2e.tar.bz2
embtoolkit-f12a07b64ef51d7e34edb8e53bb6426098138b2e.tar.xz
Toolchain: arm: Initial work to support multilib
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/arch-variant.kconfig27
1 files changed, 19 insertions, 8 deletions
diff --git a/kconfig/arch-variant.kconfig b/kconfig/arch-variant.kconfig
index 6f4f878..2c810ac 100644
--- a/kconfig/arch-variant.kconfig
+++ b/kconfig/arch-variant.kconfig
@@ -353,17 +353,28 @@ config EMBTK_ARM_MCU_STRING
config EMBTK_TOOLCHAIN_MULTILIB
default n
- bool "Build multilib toolchain"
+ bool "Build multilib toolchain (not supported yet)"
help
- You can say yes here, to specify that multiple target libraries to support
- different target variants, calling conventions, etc. should be built.
- It is safe to say no here.
+ You can say yes here, to specify that multiple target libraries to
+ support different target variants, calling conventions, etc. should be
+ built. It is safe to say no here.
+
+choice
+ prompt "Floating point type"
+ help
+ Select the floating point type you want to use.
config EMBTK_SOFTFLOAT
- default y
bool "Soft floating point"
help
- Select if your CPU has a hardware floating point unit.
- If you say no here, your toolchain will be built without
- software floating point.
+ Select if your CPU has a hardware floating point unit.
+ If you say no here, your toolchain will be built without
+ software floating point.
+config EMBTK_HARDFLOAT
+ bool "Hard floating point"
+ help
+ Select if your CPU has a hardware floating point unit.
+ If you say no here, your toolchain will be built without
+ hardware floating point.
+endchoice