From ac8d15c8a96f5e1e3d8db4f84c8b956832ceff93 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 3 Jan 2013 21:28:59 +0100 Subject: Toolchain: so far clang/llvm cross compiler is only tested on ARM Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/toolchain.kconfig | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3