summaryrefslogtreecommitdiff
path: root/toolchain/llvm/clang-llvm.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-15 16:47:19 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-15 16:47:19 +0100
commit7090a2418c31fda63541796a71a0634e0f8788aa (patch)
treeaef8d2f98490c3dac68b1fe39dc47f7f6fa84344 /toolchain/llvm/clang-llvm.kconfig
parent1ce20d9cb6d21dc150c5621cb9abc223e693cf5f (diff)
downloadembtoolkit-7090a2418c31fda63541796a71a0634e0f8788aa.tar.gz
embtoolkit-7090a2418c31fda63541796a71a0634e0f8788aa.tar.bz2
embtoolkit-7090a2418c31fda63541796a71a0634e0f8788aa.tar.xz
Toolchain: llvm/libcxxrt: move under toolchain/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'toolchain/llvm/clang-llvm.kconfig')
-rw-r--r--toolchain/llvm/clang-llvm.kconfig49
1 files changed, 49 insertions, 0 deletions
diff --git a/toolchain/llvm/clang-llvm.kconfig b/toolchain/llvm/clang-llvm.kconfig
new file mode 100644
index 0000000..1e29995
--- /dev/null
+++ b/toolchain/llvm/clang-llvm.kconfig
@@ -0,0 +1,49 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2012-2013 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file clang-llvm.kconfig
+# \brief clang-llvm.kconfig of Embtoolkit
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date December 2012
+################################################################################
+
+#
+# clang/llvm version
+#
+choice
+ prompt "Version of llvm you wish"
+ help
+ Version of llvm you wish
+
+ config EMBTK_CLANG_LLVM_VERSION_3_3
+ bool "clang/llvm-3.3"
+ select EMBTK_LLVM_VERSION_3_3
+ select EMBTK_CLANG_VERSION_3_3
+ config EMBTK_CLANG_LLVM_VERSION_3_2
+ bool "clang/llvm-3.2"
+ select EMBTK_LLVM_VERSION_3_2
+ select EMBTK_CLANG_VERSION_3_2
+ config EMBTK_CLANG_LLVM_VERSION_GIT
+ bool "Use clang/llvm git repository"
+ select EMBTK_LLVM_VERSION_GIT
+ select EMBTK_CLANG_VERSION_GIT
+ help
+ Answer Y here if you want to build your toolchain based on
+ clang/llvm sources from its GIT repository.
+endchoice