summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfig/toolchain.kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 02ab609..2c20c05 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -107,10 +107,20 @@ choice
endchoice
+comment "------------------------------------------"
+comment "--- GCC versions"
+comment "------------------------------------------"
source kconfig/gcc.kconfig
+
+if EMBTK_LLVM_ONLY_TOOLCHAIN || EMBTK_GCC_AND_LLVM_TOOLCHAIN
+comment "------------------------------------------"
+comment "--- clang/llvm versions"
+comment "------------------------------------------"
source kconfig/llvm/llvm.kconfig
source kconfig/llvm/clang.kconfig
source kconfig/llvm/compiler-rt.kconfig
+endif
+
endmenu
menu "Binutils"