summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-03 21:28:59 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-01-03 21:28:59 +0100
commitac8d15c8a96f5e1e3d8db4f84c8b956832ceff93 (patch)
tree2d6c40aae6e14304fe8e8a87111d61517cb87ca5
parent2cf12e53f0fb56bd9d14d16b4d1ef096d3d22773 (diff)
downloadembtoolkit-ac8d15c8a96f5e1e3d8db4f84c8b956832ceff93.tar.gz
embtoolkit-ac8d15c8a96f5e1e3d8db4f84c8b956832ceff93.tar.bz2
embtoolkit-ac8d15c8a96f5e1e3d8db4f84c8b956832ceff93.tar.xz
Toolchain: so far clang/llvm cross compiler is only tested on ARM
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/toolchain.kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 4e1720b..49469d2 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -72,6 +72,7 @@ choice
config EMBTK_LLVM_ONLY_TOOLCHAIN
bool "clang/llvm only (experimental)"
+ depends on EMBTK_ARCH_ARM
help
Choose this configuration if you want to use only clang/llvm
cross compiler environment.
@@ -82,6 +83,7 @@ choice
config EMBTK_GCC_AND_LLVM_TOOLCHAIN
bool "clang/llvm and GCC"
+ depends on EMBTK_ARCH_ARM
help
With this configuration you will have full clang/llvm and GGC
built and available to build your userspace packages.