summaryrefslogtreecommitdiff
path: root/kconfig/toolchain.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/toolchain.kconfig')
-rw-r--r--kconfig/toolchain.kconfig8
1 files changed, 7 insertions, 1 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index bd5029c..2ac5776 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2009-2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
#
# 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
@@ -59,6 +59,12 @@ menu "GCC compiler"
source "kconfig/gcc.kconfig"
endmenu
+menu "LLVM/clang compiler infrastructure"
+source kconfig/llvm/llvm.kconfig
+source kconfig/llvm/clang.kconfig
+source kconfig/llvm/compiler-rt.kconfig
+endmenu
+
menu "Binutils"
source "kconfig/binutils.kconfig"
endmenu