diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-06 09:56:21 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-04-06 09:56:21 +0000 |
commit | e024eeefe78de9c55a7a6fdd5d1bd0d52faf837b (patch) | |
tree | 031961f22b569c3694332a393149093de9ae341d /tools | |
parent | 444b7593a6641d6670e883f3b06c00f083c89d0b (diff) |
add check for common config variants for tools/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index 49c450f27..ef64dc0e9 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))) |