summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-16 10:56:22 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-12-16 10:56:22 +0100
commit5a2f58b63c1d4534f777210960fa87676d19c938 (patch)
treef29b1939f06a973c5fa2d6d7a7e9f8b430dc8bff /mk
parent188f558dc6a64ab1bdfa903d55da12b055154141 (diff)
downloadembtoolkit-5a2f58b63c1d4534f777210960fa87676d19c938.tar.gz
embtoolkit-5a2f58b63c1d4534f777210960fa87676d19c938.tar.bz2
embtoolkit-5a2f58b63c1d4534f777210960fa87676d19c938.tar.xz
Toolchain: for the moment also install full gcc in case of clang/llvm only cross compiler
This is needed for two reasons for the moment: * We still need libgcc_s linked with the real c library (not the dummy one /usr/lib/libc.so) * To support C++, as libc++ is not yet included, we still need libstdc++ from full gcc Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk')
-rw-r--r--mk/toolchain.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index f299bac..fa65de0 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -157,7 +157,7 @@ TOOLCHAIN_DEPS += mpfr_host_install mpc_host_install binutils_install
TOOLCHAIN_DEPS += $(__llvm_toolchain-y)
TOOLCHAIN_DEPS += gcc1_install $(embtk_clib)_headers_install
TOOLCHAIN_DEPS += gcc2_install $(embtk_clib)_install
-TOOLCHAIN_DEPS += $(__gcc3_toolchain-y)
+TOOLCHAIN_DEPS += gcc3_install
TOOLCHAIN_ADDONS_NAME := toolchain-addons
TOOLCHAIN_ADDONS_DEPS := $(TOOLCHAIN_ADDONS-y)