summaryrefslogtreecommitdiff
path: root/kconfig/llvm
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-22 13:05:13 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-03-22 13:05:13 +0100
commit3ae067c01917aded16306e5d27013ca429ee2bf4 (patch)
tree6704c06a5421b095baabfcc4a0e64a5b3851ac22 /kconfig/llvm
parent05c334c5d7d68e4d64b7699fd8e91313c395b878 (diff)
downloadembtoolkit-3ae067c01917aded16306e5d27013ca429ee2bf4.tar.gz
embtoolkit-3ae067c01917aded16306e5d27013ca429ee2bf4.tar.bz2
embtoolkit-3ae067c01917aded16306e5d27013ca429ee2bf4.tar.xz
Toolchain: llvm/compiler-rt: git ability to build compiler-rt packaged for embtk
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/llvm')
-rw-r--r--kconfig/llvm/compiler-rt.kconfig12
1 files changed, 8 insertions, 4 deletions
diff --git a/kconfig/llvm/compiler-rt.kconfig b/kconfig/llvm/compiler-rt.kconfig
index 0064c22..6d0f08f 100644
--- a/kconfig/llvm/compiler-rt.kconfig
+++ b/kconfig/llvm/compiler-rt.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# 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
@@ -26,13 +26,16 @@
config EMTK_HAVE_COMPILER-RT
bool
default y
- select EMBTK_COMPILER-RT_VERSION_GIT
+ select EMBTK_COMPILER-RT_VERSION_3_3
#
-# compiler-rt version
+# compiler-rt versions
#
+config EMBTK_COMPILER-RT_VERSION_3_3
+ bool
+
config EMBTK_COMPILER-RT_VERSION_GIT
- bool "Use compiler-rt git repository"
+ bool
help
Answer Y here if you want to build your toolchain based on
compiler-rt sources from its GIT repository.
@@ -62,6 +65,7 @@ config EMBTK_COMPILER-RT_REFSPEC
#
config EMBTK_COMPILER-RT_VERSION_STRING
string
+ default "embtk-3.3" if EMBTK_COMPILER-RT_VERSION_3_3
default "git" if EMBTK_COMPILER-RT_VERSION_GIT