core-dependencies: remove unneeded HOSTCC
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 22 Oct 2017 14:17:51 +0000 (16:17 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 8 Jan 2018 22:37:54 +0000 (23:37 +0100)
commit42decc07ce3efe5ec4b5d70016daca3e712451ef
tree8ed1bada9292196c2633131d9f51aca7fb54c02f
parent917de0f7322e91306bef757d51956ca873412b59
core-dependencies: remove unneeded HOSTCC

dependencies.sh uses HOSTCC_NOCCACHE directly, and this variable is
exported from the top-level Makefile, so there is no need to pass
HOSTCC to it. HOSTCC is not used at all in dependencies.sh.

Thus, we also no longer need to apply the HOSTCC override for
core-dependencies. The core-depencies rule doesn't use HOSTCC or
HOSTCXX.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
support/dependencies/dependencies.mk