summaryrefslogtreecommitdiff
path: root/core/toolchain/llvm/clang/clang.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-04-02 16:46:22 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-04-02 16:46:22 +0200
commit68854b042f0e6ff91ed8d920e88957d7c0771b5c (patch)
tree3784adfa00ad5f35cc6f73a42f7a4083f74c74e9 /core/toolchain/llvm/clang/clang.kconfig
parentb63498122aa00a08685a614c118f4ce08726fd6e (diff)
downloadembtoolkit-68854b042f0e6ff91ed8d920e88957d7c0771b5c.tar.gz
embtoolkit-68854b042f0e6ff91ed8d920e88957d7c0771b5c.tar.bz2
embtoolkit-68854b042f0e6ff91ed8d920e88957d7c0771b5c.tar.xz
Toolchain: rename clang -> clang_host
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain/llvm/clang/clang.kconfig')
-rw-r--r--core/toolchain/llvm/clang/clang.kconfig36
1 files changed, 18 insertions, 18 deletions
diff --git a/core/toolchain/llvm/clang/clang.kconfig b/core/toolchain/llvm/clang/clang.kconfig
index 701fcfa..fa29626 100644
--- a/core/toolchain/llvm/clang/clang.kconfig
+++ b/core/toolchain/llvm/clang/clang.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012-2013 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2012-2014 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,21 +23,21 @@
# \date October 2012
################################################################################
-config EMBTK_HAVE_CLANG
+config EMBTK_HOST_HAVE_CLANG
bool
default y
#
# clang version
#
-config EMBTK_CLANG_VERSION_3_3
+config EMBTK_CLANG_HOST_VERSION_3_3
bool
- select EMBTK_CLANG_NEED_PATCH
-config EMBTK_CLANG_VERSION_3_2
+ select EMBTK_CLANG_HOST_NEED_PATCH
+config EMBTK_CLANG_HOST_VERSION_3_2
bool
- select EMBTK_CLANG_NEED_PATCH
+ select EMBTK_CLANG_HOST_NEED_PATCH
-config EMBTK_CLANG_VERSION_GIT
+config EMBTK_CLANG_HOST_VERSION_GIT
bool
help
Answer Y here if you want to build your toolchain based on
@@ -46,35 +46,35 @@ config EMBTK_CLANG_VERSION_GIT
#
# GIT repository options
#
-config EMBTK_CLANG_GIT_BRANCH
+config EMBTK_CLANG_HOST_GIT_BRANCH
string "clang branch to use"
default "master"
- depends on EMBTK_CLANG_VERSION_GIT
+ depends on EMBTK_CLANG_HOST_VERSION_GIT
help
The branch of the git repository to use, the default is master.
-config EMBTK_CLANG_GIT_REVISION
+config EMBTK_CLANG_HOST_GIT_REVISION
string "Clang specific revision to use instead of the latest"
- depends on EMBTK_CLANG_VERSION_GIT
+ depends on EMBTK_CLANG_HOST_VERSION_GIT
help
Chechout a specific revision instead of the latest.
-config EMBTK_CLANG_REFSPEC
+config EMBTK_CLANG_HOST_REFSPEC
string
default "toolchain"
#
# Versions strings for tarball packages.
#
-config EMBTK_CLANG_VERSION_STRING
+config EMBTK_CLANG_HOST_VERSION_STRING
string
- default "3.3" if EMBTK_CLANG_VERSION_3_3
- default "3.2" if EMBTK_CLANG_VERSION_3_2
- default "git" if EMBTK_CLANG_VERSION_GIT
+ default "3.3" if EMBTK_CLANG_HOST_VERSION_3_3
+ default "3.2" if EMBTK_CLANG_HOST_VERSION_3_2
+ default "git" if EMBTK_CLANG_HOST_VERSION_GIT
-config EMBTK_CLANG_NEED_PATCH
+config EMBTK_CLANG_HOST_NEED_PATCH
bool
-config EMBTK_CLANG_NEED_AUTORECONF
+config EMBTK_CLANG_HOST_NEED_AUTORECONF
bool