X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/292a12620a3baa980d5556a2c918a20f5bb77bdc..b6a8ee779e944eb62f8fb60d0e27735cfcea039d:/tools/Makefile diff --git a/tools/Makefile b/tools/Makefile index 49c450f27..2f11670dc 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -13,7 +13,7 @@ tools-y := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmw tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc -tools-$(CONFIG_GCC_VERSION_4_3) += gmp mpfr +tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install @@ -59,5 +59,5 @@ $(curdir)//compile = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps) $(curdir)/ := .config prereq $(curdir)//install = $(1)/compile -$(eval $(call stampfile,$(curdir),tools,install)) +$(eval $(call stampfile,$(curdir),tools,install,,CONFIG_CCACHE CONFIG_powerpc CONFIG_GCC_VERSION_4_3)) $(eval $(call subdir,$(curdir)))