aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-06 09:56:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-06 09:56:21 +0000
commit17b4ce5bc2c7bb9169d1044c18d585bf577a1e57 (patch)
treec5942bdf53b5b6680aa3a4acd8a667eba5f557fc /tools
parent167846e488603313b5b61d350219e872a24ac471 (diff)
downloadupstream-17b4ce5bc2c7bb9169d1044c18d585bf577a1e57.tar.gz
upstream-17b4ce5bc2c7bb9169d1044c18d585bf577a1e57.tar.bz2
upstream-17b4ce5bc2c7bb9169d1044c18d585bf577a1e57.zip
add check for common config variants for tools/install
SVN-Revision: 15113
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 49c450f27f..ef64dc0e94 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -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)))