dependencies: build without ccache
This patch forces the plain host compiler to be used during the building of dependencies, without ccache as it is not yet built. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
59e0692095
commit
2ba1014009
@ -25,6 +25,8 @@ core-dependencies:
|
||||
DL_TOOLS="$(sort $(DL_TOOLS_DEPENDENCIES))" \
|
||||
$(TOPDIR)/support/dependencies/dependencies.sh
|
||||
|
||||
dependencies: HOSTCC=$(HOSTCC_NOCCACHE)
|
||||
dependencies: HOSTCXX=$(HOSTCXX_NOCCACHE)
|
||||
dependencies: core-dependencies $(DEPENDENCIES_HOST_PREREQ)
|
||||
|
||||
dependencies-source:
|
||||
|
Loading…
Reference in New Issue
Block a user