summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-03-31 09:06:26 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-03-31 09:06:26 +0000
commitd55b283ce7e54596ad86054141094e45ba440df3 (patch)
tree5f64dad56ab0414d26f6b5194521b1a607f08994 /Makefile
parent0e65446676edddd7b9929456afa1c6e973ac600a (diff)
Makefile: revert broken ccache (r21525) for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile
index 9774c14df..d4340d538 100644
--- a/Makefile
+++ b/Makefile
@@ -85,11 +85,6 @@ CONFIG_SHELL:=$(shell if [ -x "$$BASH" ]; then echo $$BASH; \
export CONFIG_SHELL quiet Q KBUILD_VERBOSE VERBOSE
-HOSTCCACHE:=$(shell $(CONFIG_SHELL) -c "which ccache")
-ifneq ($(HOSTCCACHE),)
-BR2_HAVE_HOST_CCACHE=y
-endif
-
ifndef HOSTAR
HOSTAR:=ar
endif
@@ -136,12 +131,6 @@ endif
ifndef FCFLAGS_FOR_BUILD
FCFLAGS_FOR_BUILD:=-g -O2
endif
-
-ifeq ($(BR2_HAVE_HOST_CCACHE),y)
-HOSTCC:=$(HOSTCCACHE) $(HOSTCC)
-HOSTCXX:=$(HOSTCCACHE) $(HOSTCXX)
-endif
-
export HOSTAR HOSTAS HOSTCC HOSTCXX HOSTFC HOSTLD