summaryrefslogtreecommitdiff
path: root/kconfig/llvm
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-02-25 21:12:21 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-02-25 21:12:21 +0100
commit0a0d037734ec58c9b361e6485526dbe781ad77ce (patch)
tree60607d460527a33bf998a811880fa493741dcf25 /kconfig/llvm
parentbdaa507b0f2aed3440436e74fbc4e439e148f708 (diff)
downloadembtoolkit-0a0d037734ec58c9b361e6485526dbe781ad77ce.tar.gz
embtoolkit-0a0d037734ec58c9b361e6485526dbe781ad77ce.tar.bz2
embtoolkit-0a0d037734ec58c9b361e6485526dbe781ad77ce.tar.xz
Toolchain: llvm/compiler-rt: tweak kconfig entries
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/llvm')
-rw-r--r--kconfig/llvm/compiler-rt.kconfig19
1 files changed, 7 insertions, 12 deletions
diff --git a/kconfig/llvm/compiler-rt.kconfig b/kconfig/llvm/compiler-rt.kconfig
index 4823786..0064c22 100644
--- a/kconfig/llvm/compiler-rt.kconfig
+++ b/kconfig/llvm/compiler-rt.kconfig
@@ -26,34 +26,29 @@
config EMTK_HAVE_COMPILER-RT
bool
default y
+ select EMBTK_COMPILER-RT_VERSION_GIT
#
# compiler-rt version
#
-choice
- prompt "Version of compiler-rt you wish"
+config EMBTK_COMPILER-RT_VERSION_GIT
+ bool "Use compiler-rt git repository"
help
- Version of compiler-rt you wish
-
- config EMBTK_COMPILER-RT_VERSION_GIT
- bool "Use compiler-rt git repository"
- help
- Answer Y here if you want to build your toolchain based on
- compiler-rt sources from its GIT repository.
-endchoice
+ Answer Y here if you want to build your toolchain based on
+ compiler-rt sources from its GIT repository.
#
# GIT repository options
#
config EMBTK_COMPILER-RT_GIT_BRANCH
- string "Branch to use"
+ string "compiler-rt Branch to use"
default "master"
depends on EMBTK_COMPILER-RT_VERSION_GIT
help
The branch of the git repository to use, the default is master.
config EMBTK_COMPILER-RT_GIT_REVISION
- string "Checkout a specific revision instead of the latest"
+ string "compiler-rt revision to Checkout instead of the latest"
depends on EMBTK_COMPILER-RT_VERSION_GIT
help
Chechout a specific revision instead of the latest.