diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-07-20 10:50:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-07-20 10:50:46 +0000 |
commit | 9402cb747ef51c43046b7159061afb50a4302f3b (patch) | |
tree | 2a06dc572b815704d2fe2ab22b1a986dfd34df97 /tools/patch | |
parent | 38dbf49b61c56aee551bf425e8e47e7cfa12be36 (diff) | |
download | upstream-9402cb747ef51c43046b7159061afb50a4302f3b.tar.gz upstream-9402cb747ef51c43046b7159061afb50a4302f3b.tar.bz2 upstream-9402cb747ef51c43046b7159061afb50a4302f3b.zip |
tools: drop circular dependency between patch and ccache, build patch without ccache (fixes #20132)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46434
Diffstat (limited to 'tools/patch')
-rw-r--r-- | tools/patch/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/patch/Makefile b/tools/patch/Makefile index 94b3607592..4774478c96 100644 --- a/tools/patch/Makefile +++ b/tools/patch/Makefile @@ -15,4 +15,7 @@ PKG_MD5SUM:=e3da7940431633fb65a01b91d3b7a27a include $(INCLUDE_DIR)/host-build.mk +HOSTCC := $(HOSTCC_NOCACHE) +HOSTCXX := $(HOSTCXX_NOCACHE) + $(eval $(call HostBuild)) |