projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e65446
)
Makefile: revert broken ccache (r21525) for now.
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 31 Mar 2008 09:06:26 +0000
(09:06 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 31 Mar 2008 09:06:26 +0000
(09:06 -0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9774c14dfd7f6f36627f75f19ad520b6b1dd03f7..d4340d5385ad50cc3533422c26c1384639b0d596 100644
(file)
--- 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