Makefile: revert broken ccache (r21525) for now.
This commit is contained in:
parent
0e65446676
commit
d55b283ce7
11
Makefile
11
Makefile
@ -85,11 +85,6 @@ CONFIG_SHELL:=$(shell if [ -x "$$BASH" ]; then echo $$BASH; \
|
|||||||
|
|
||||||
export CONFIG_SHELL quiet Q KBUILD_VERBOSE VERBOSE
|
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
|
ifndef HOSTAR
|
||||||
HOSTAR:=ar
|
HOSTAR:=ar
|
||||||
endif
|
endif
|
||||||
@ -136,12 +131,6 @@ endif
|
|||||||
ifndef FCFLAGS_FOR_BUILD
|
ifndef FCFLAGS_FOR_BUILD
|
||||||
FCFLAGS_FOR_BUILD:=-g -O2
|
FCFLAGS_FOR_BUILD:=-g -O2
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_HAVE_HOST_CCACHE),y)
|
|
||||||
HOSTCC:=$(HOSTCCACHE) $(HOSTCC)
|
|
||||||
HOSTCXX:=$(HOSTCCACHE) $(HOSTCXX)
|
|
||||||
endif
|
|
||||||
|
|
||||||
export HOSTAR HOSTAS HOSTCC HOSTCXX HOSTFC HOSTLD
|
export HOSTAR HOSTAS HOSTCC HOSTCXX HOSTFC HOSTLD
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user