From 7a8dd941789b2b374a2d085f40f0e0820cbe5c16 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 18 May 2009 00:56:54 +0200 Subject: Convert gmphost and mpfrhost to use ccache Signed-off-by: Abdoulaye Walsimou Gaye --- mk/gmphost.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'mk/gmphost.mk') diff --git a/mk/gmphost.mk b/mk/gmphost.mk index 2ce8cd1..2ef7930 100644 --- a/mk/gmphost.mk +++ b/mk/gmphost.mk @@ -47,8 +47,10 @@ $(GMP_HOST_BUILD_DIR)/.decompressed: @touch $@ $(GMP_HOST_BUILD_DIR)/.configured: + $(call EMBTK_GENERIC_MESSAGE,"gmphost: Configuring gmp-$(GMP_HOST_VERSION) ...") @mkdir -p $(GMP_HOST_DIR) - @cd $(GMP_HOST_BUILD_DIR); $(TOOLS_BUILD)/gmp-$(GMP_HOST_VERSION)/configure \ - --prefix=$(GMP_HOST_DIR) --disable-shared --enable-static \ - --build=$(HOST_BUILD) --host=$(HOST_ARCH) + cd $(GMP_HOST_BUILD_DIR); CC=$(HOSTCC_CACHED) CXX=$(HOSTCXX_CACHED) \ + $(TOOLS_BUILD)/gmp-$(GMP_HOST_VERSION)/configure \ + --prefix=$(GMP_HOST_DIR) --disable-shared --enable-static \ + --build=$(HOST_BUILD) --host=$(HOST_ARCH) @touch $@ -- cgit v1.2.3