summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-15 16:47:19 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-15 16:47:19 +0100
commit7090a2418c31fda63541796a71a0634e0f8788aa (patch)
treeaef8d2f98490c3dac68b1fe39dc47f7f6fa84344
parent1ce20d9cb6d21dc150c5621cb9abc223e693cf5f (diff)
downloadembtoolkit-7090a2418c31fda63541796a71a0634e0f8788aa.tar.gz
embtoolkit-7090a2418c31fda63541796a71a0634e0f8788aa.tar.bz2
embtoolkit-7090a2418c31fda63541796a71a0634e0f8788aa.tar.xz
Toolchain: llvm/libcxxrt: move under toolchain/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--toolchain/compiler-options.kconfig (renamed from kconfig/compiler-options.kconfig)4
-rw-r--r--toolchain/libcxxrt/Makefile (renamed from mk/libc++/libcxxrt/Makefile)0
-rw-r--r--toolchain/libcxxrt/libcxxrt.kconfig (renamed from kconfig/libc++/libcxxrt/libcxxrt.kconfig)0
-rw-r--r--toolchain/libcxxrt/libcxxrt.mk (renamed from mk/libc++/libcxxrt/libcxxrt.mk)0
-rw-r--r--toolchain/llvm/clang-llvm.kconfig (renamed from kconfig/llvm/clang-llvm.kconfig)0
-rw-r--r--toolchain/llvm/clang/clang.kconfig (renamed from kconfig/llvm/clang.kconfig)0
-rw-r--r--toolchain/llvm/clang/clang.mk (renamed from mk/llvm/clang.mk)0
-rw-r--r--toolchain/llvm/compiler-rt/Makefile (renamed from mk/llvm/compiler-rt/Makefile)0
-rw-r--r--toolchain/llvm/compiler-rt/compiler-rt.kconfig (renamed from kconfig/llvm/compiler-rt.kconfig)0
-rw-r--r--toolchain/llvm/compiler-rt/compiler-rt.mk (renamed from mk/llvm/compiler-rt/compiler-rt.mk)0
-rw-r--r--toolchain/llvm/libc++/Makefile (renamed from mk/libc++/libc++/Makefile)0
-rw-r--r--toolchain/llvm/libc++/libcxx.kconfig (renamed from kconfig/libc++/libc++/libcxx.kconfig)0
-rw-r--r--toolchain/llvm/libc++/libcxx.mk (renamed from mk/libc++/libc++/libcxx.mk)0
-rw-r--r--toolchain/llvm/llvm/llvm.kconfig (renamed from kconfig/llvm/llvm.kconfig)0
-rw-r--r--toolchain/llvm/llvm/llvm.mk (renamed from mk/llvm/llvm.mk)0
-rw-r--r--toolchain/toolchain.kconfig10
-rw-r--r--toolchain/toolchain.mk10
17 files changed, 12 insertions, 12 deletions
diff --git a/kconfig/compiler-options.kconfig b/toolchain/compiler-options.kconfig
index 13f97c6..cfad62f 100644
--- a/kconfig/compiler-options.kconfig
+++ b/toolchain/compiler-options.kconfig
@@ -57,8 +57,8 @@ config EMBTK_CXXLIB_LLVM_LIBCXX
the MIT license and the UIUC License (a BSD-like license).
See http://libcxx.llvm.org
-source "kconfig/libc++/libc++/libcxx.kconfig"
-source "kconfig/libc++/libcxxrt/libcxxrt.kconfig"
+source "toolchain/llvm/libc++/libcxx.kconfig"
+source "toolchain/libcxxrt/libcxxrt.kconfig"
#config EMBTK_GCC_LANGUAGE_JAVA
# bool "Support Java"
diff --git a/mk/libc++/libcxxrt/Makefile b/toolchain/libcxxrt/Makefile
index d7fa28b..d7fa28b 100644
--- a/mk/libc++/libcxxrt/Makefile
+++ b/toolchain/libcxxrt/Makefile
diff --git a/kconfig/libc++/libcxxrt/libcxxrt.kconfig b/toolchain/libcxxrt/libcxxrt.kconfig
index f6fa697..f6fa697 100644
--- a/kconfig/libc++/libcxxrt/libcxxrt.kconfig
+++ b/toolchain/libcxxrt/libcxxrt.kconfig
diff --git a/mk/libc++/libcxxrt/libcxxrt.mk b/toolchain/libcxxrt/libcxxrt.mk
index bf12ecf..bf12ecf 100644
--- a/mk/libc++/libcxxrt/libcxxrt.mk
+++ b/toolchain/libcxxrt/libcxxrt.mk
diff --git a/kconfig/llvm/clang-llvm.kconfig b/toolchain/llvm/clang-llvm.kconfig
index 1e29995..1e29995 100644
--- a/kconfig/llvm/clang-llvm.kconfig
+++ b/toolchain/llvm/clang-llvm.kconfig
diff --git a/kconfig/llvm/clang.kconfig b/toolchain/llvm/clang/clang.kconfig
index 701fcfa..701fcfa 100644
--- a/kconfig/llvm/clang.kconfig
+++ b/toolchain/llvm/clang/clang.kconfig
diff --git a/mk/llvm/clang.mk b/toolchain/llvm/clang/clang.mk
index 0a5484b..0a5484b 100644
--- a/mk/llvm/clang.mk
+++ b/toolchain/llvm/clang/clang.mk
diff --git a/mk/llvm/compiler-rt/Makefile b/toolchain/llvm/compiler-rt/Makefile
index e4a18ba..e4a18ba 100644
--- a/mk/llvm/compiler-rt/Makefile
+++ b/toolchain/llvm/compiler-rt/Makefile
diff --git a/kconfig/llvm/compiler-rt.kconfig b/toolchain/llvm/compiler-rt/compiler-rt.kconfig
index cc9cab3..cc9cab3 100644
--- a/kconfig/llvm/compiler-rt.kconfig
+++ b/toolchain/llvm/compiler-rt/compiler-rt.kconfig
diff --git a/mk/llvm/compiler-rt/compiler-rt.mk b/toolchain/llvm/compiler-rt/compiler-rt.mk
index 1e8ed7c..1e8ed7c 100644
--- a/mk/llvm/compiler-rt/compiler-rt.mk
+++ b/toolchain/llvm/compiler-rt/compiler-rt.mk
diff --git a/mk/libc++/libc++/Makefile b/toolchain/llvm/libc++/Makefile
index da95cab..da95cab 100644
--- a/mk/libc++/libc++/Makefile
+++ b/toolchain/llvm/libc++/Makefile
diff --git a/kconfig/libc++/libc++/libcxx.kconfig b/toolchain/llvm/libc++/libcxx.kconfig
index 6264a1f..6264a1f 100644
--- a/kconfig/libc++/libc++/libcxx.kconfig
+++ b/toolchain/llvm/libc++/libcxx.kconfig
diff --git a/mk/libc++/libc++/libcxx.mk b/toolchain/llvm/libc++/libcxx.mk
index c3e14af..c3e14af 100644
--- a/mk/libc++/libc++/libcxx.mk
+++ b/toolchain/llvm/libc++/libcxx.mk
diff --git a/kconfig/llvm/llvm.kconfig b/toolchain/llvm/llvm/llvm.kconfig
index b443a32..b443a32 100644
--- a/kconfig/llvm/llvm.kconfig
+++ b/toolchain/llvm/llvm/llvm.kconfig
diff --git a/mk/llvm/llvm.mk b/toolchain/llvm/llvm/llvm.mk
index 12f0fbc..12f0fbc 100644
--- a/mk/llvm/llvm.mk
+++ b/toolchain/llvm/llvm/llvm.mk
diff --git a/toolchain/toolchain.kconfig b/toolchain/toolchain.kconfig
index 72adf3a..d5a58f0 100644
--- a/toolchain/toolchain.kconfig
+++ b/toolchain/toolchain.kconfig
@@ -84,16 +84,16 @@ if EMBTK_LLVM_ONLY_TOOLCHAIN || EMBTK_GCC_AND_LLVM_TOOLCHAIN
comment "------------------------------------------"
comment "--- clang/llvm versions"
comment "------------------------------------------"
-source kconfig/llvm/clang-llvm.kconfig
-source kconfig/llvm/llvm.kconfig
-source kconfig/llvm/clang.kconfig
-source kconfig/llvm/compiler-rt.kconfig
+source toolchain/llvm/clang-llvm.kconfig
+source toolchain/llvm/llvm/llvm.kconfig
+source toolchain/llvm/clang/clang.kconfig
+source toolchain/llvm/compiler-rt/compiler-rt.kconfig
endif
comment "------------------------------------------"
comment "--- Additional programming languages"
comment "------------------------------------------"
-source kconfig/compiler-options.kconfig
+source toolchain/compiler-options.kconfig
endmenu
diff --git a/toolchain/toolchain.mk b/toolchain/toolchain.mk
index ad85809..eb52bda 100644
--- a/toolchain/toolchain.mk
+++ b/toolchain/toolchain.mk
@@ -52,11 +52,11 @@ include toolchain/binutils/binutils.mk
include toolchain/gcc/gcc.mk
# llvm/clang compiler infrastructure
-include mk/llvm/clang.mk
-include mk/llvm/llvm.mk
-include mk/llvm/compiler-rt/compiler-rt.mk
-include mk/libc++/libcxxrt/libcxxrt.mk
-include mk/libc++/libc++/libcxx.mk
+include toolchain/llvm/clang/clang.mk
+include toolchain/llvm/llvm/llvm.mk
+include toolchain/llvm/compiler-rt/compiler-rt.mk
+include toolchain/libcxxrt/libcxxrt.mk
+include toolchain/llvm/libc++/libcxx.mk
# linux kernel headers
include mk/linux.mk