summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-08 22:27:48 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-08 22:27:48 +0100
commit63e5f5bd5bf89b28c1521d6d7f0759be3974fc5d (patch)
treede4d38bc4420514088d9b1f388bf568aefd441bf
parentbb21700928dea27e17c6b62123bf6eed364d733a (diff)
downloadembtoolkit-63e5f5bd5bf89b28c1521d6d7f0759be3974fc5d.tar.gz
embtoolkit-63e5f5bd5bf89b28c1521d6d7f0759be3974fc5d.tar.bz2
embtoolkit-63e5f5bd5bf89b28c1521d6d7f0759be3974fc5d.tar.xz
Toolchain: llvm/libc++: keep src path after build
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--mk/libc++/libc++/libcxx.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/libc++/libc++/libcxx.mk b/mk/libc++/libc++/libcxx.mk
index 8808e84c..4c3d21f 100644
--- a/mk/libc++/libc++/libcxx.mk
+++ b/mk/libc++/libc++/libcxx.mk
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2012 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
+# Copyright(C) 2012-2014 Abdoulaye Walsimou GAYE <awg@embtoolkit.org>.
#
# 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
@@ -32,6 +32,8 @@ LIBCXX_PACKAGE := libcxx-$(LIBCXX_VERSION).tar.bz2
LIBCXX_SRC_DIR := $(embtk_toolsb)/libcxx-$(LIBCXX_VERSION)
LIBCXX_BUILD_DIR := $(call __embtk_pkg_srcdir,libcxx)
+LIBCXX_KEEP_SRC_DIR := y
+
LIBCXX_DEPS := libcxxrt_install
__embtk_libcxx_cflags := $(TARGET_CFLAGS)