summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-18 00:11:21 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-05-18 00:11:21 +0200
commitd6a9c8e58018cc6da4e434ef6a5271a7b37db31e (patch)
treea5bd03ebf4b4c1157ad67313cf7b926a33598d0e /mk/toolchain.mk
parentd32a7f46e0fe860843a6d9e72a69d746b70cc0b6 (diff)
downloadembtoolkit-d6a9c8e58018cc6da4e434ef6a5271a7b37db31e.tar.gz
embtoolkit-d6a9c8e58018cc6da4e434ef6a5271a7b37db31e.tar.bz2
embtoolkit-d6a9c8e58018cc6da4e434ef6a5271a7b37db31e.tar.xz
Toolchain: add ccache in toolchain build process
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 858d537..37aefc0 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -22,6 +22,9 @@
# \date May 2009
#########################################################################################
+#ccache on host
+include $(EMBTK_ROOT)/mk/ccache.mk
+
#GMP on host
include $(EMBTK_ROOT)/mk/gmphost.mk
@@ -41,7 +44,8 @@ include $(EMBTK_ROOT)/mk/kernel-headers.mk
include $(EMBTK_ROOT)/mk/eglibc.mk
#targets
-buildtoolchain: gmphost_install mpfrhost_install binutils_install gcc1_install \
- kernel-headers_install eglibc-headers_install gcc2_install \
- eglibc_install gcc3_install
+buildtoolchain: ccachehost_install gmphost_install mpfrhost_install \
+ binutils_install gcc1_install kernel-headers_install \
+ eglibc-headers_install gcc2_install eglibc_install \
+ gcc3_install