summaryrefslogtreecommitdiff
path: root/kconfig/toolchain.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-17 22:21:55 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-17 22:21:55 +0100
commitbcd99d9443ce8b3159909ebb8420ec21384dab12 (patch)
treed056145c7c37eb14d16f64c3a0e91cfe8df67528 /kconfig/toolchain.kconfig
parent7d5b042d422aede92c827eed4b2486deb88a6406 (diff)
downloadembtoolkit-bcd99d9443ce8b3159909ebb8420ec21384dab12.tar.gz
embtoolkit-bcd99d9443ce8b3159909ebb8420ec21384dab12.tar.bz2
embtoolkit-bcd99d9443ce8b3159909ebb8420ec21384dab12.tar.xz
Toolchain: add initial infrastructure to support llvm/clang
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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