nitc: use ccache again
authorJean Privat <jean@pryen.org>
Thu, 15 Jun 2017 15:29:35 +0000 (11:29 -0400)
committerJean Privat <jean@pryen.org>
Thu, 15 Jun 2017 15:29:35 +0000 (11:29 -0400)
commitbdf18e4c5b7762ebfa027d275ba1012662732168
tree0fb47b630d97a44899ebb1fd9ed66257fcb3317b
parentb2f6af21e208f31b2319f107c0c66f4580966787
nitc: use ccache again

c02e04291807cf97228068cc5b52f453d84ab37b unexpectedly disable ccache.
Since CC is set by default[1], the ?= attempt did never assign anything[2].

The solution is to assign unless if CC is set by another mean.
This can be done thanks to the origin function[3].

  [1]: https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
  [2]: https://www.gnu.org/software/make/manual/html_node/Flavors.html
  [3]: https://www.gnu.org/software/make/manual/html_node/Origin-Function.html

Signed-off-by: Jean Privat <jean@pryen.org>
src/compiler/abstract_compiler.nit