summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 15:41:21 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 15:41:21 +0200
commit8e9114ab4e170268f615a807a0b1674bd199a426 (patch)
treeea814a2f24bafbf1200123d6a071d357d7f8aeae /mk
parent5153e5556c424aa381c7ba4111d4fbe2284cb735 (diff)
downloadembtoolkit-8e9114ab4e170268f615a807a0b1674bd199a426.tar.gz
embtoolkit-8e9114ab4e170268f615a807a0b1674bd199a426.tar.bz2
embtoolkit-8e9114ab4e170268f615a807a0b1674bd199a426.tar.xz
Host tools: also build cmake optionally for uclibc toolchain
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 651c327..79eba33 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -96,7 +96,7 @@ TOOLCHAINBUILD := mkinitialpath $(AUTOTOOLS_INSTALL) $(EMBTK_CMAKE_INSTALL) \
else
#uClibc
include $(EMBTK_ROOT)/mk/uclibc.mk
-TOOLCHAINBUILD := mkinitialpath $(AUTOTOOLS_INSTALL) cmake_install \
+TOOLCHAINBUILD := mkinitialpath $(AUTOTOOLS_INSTALL) $(EMBTK_CMAKE_INSTALL) \
kernel-headers_install ccachehost_install \
gmphost_install mpfrhost_install mpchost_install \
binutils_install gcc1_install uclibc_install gcc3_install