summaryrefslogtreecommitdiff
path: root/core/toolchain
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-12 16:39:24 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-07-12 16:39:24 +0200
commitbef80ddfe51143bc56f451fc2c23a7b3236ca4fc (patch)
treeb853975b9e00114e247f28e35aaf4df04b94fbe5 /core/toolchain
parent70285e73bad48c637d8d1758aa2cd969d5aca6d8 (diff)
downloadembtoolkit-bef80ddfe51143bc56f451fc2c23a7b3236ca4fc.tar.gz
embtoolkit-bef80ddfe51143bc56f451fc2c23a7b3236ca4fc.tar.bz2
embtoolkit-bef80ddfe51143bc56f451fc2c23a7b3236ca4fc.tar.xz
Toolchain: clang/llvm: fix build error introduced by recent change in build system
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/toolchain')
-rw-r--r--core/toolchain/llvm/clang/clang.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/toolchain/llvm/clang/clang.mk b/core/toolchain/llvm/clang/clang.mk
index ce5561a..8b8994c 100644
--- a/core/toolchain/llvm/clang/clang.mk
+++ b/core/toolchain/llvm/clang/clang.mk
@@ -31,9 +31,8 @@ CLANG_HOST_GIT_SITE := git://www.embtoolkit.org/clang.git
CLANG_HOST_PACKAGE := clang-$(CLANG_HOST_VERSION).src.tar.gz
CLANG_HOST_SRC_DIR := $(embtk_toolsb)/clang-$(CLANG_HOST_VERSION).src
CLANG_HOST_BUILD_DIR := $(embtk_toolsb)/clang-$(CLANG_HOST_VERSION)-build
+CLANG_HOST_KEEP_SRC_DIR := y
define embtk_install_clang_host
$(call embtk_pinfo,"Compile/Install of clang will be done within llvm...")
- $(call embtk_download_pkg,clang_host)
- $(call embtk_decompress_pkg,clang_host)
endef