infra: move ccache handling to the toolchain wrapper
authorArnout Vandecappelle <arnout@mind.be>
Sun, 4 Oct 2015 15:23:56 +0000 (16:23 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 4 Oct 2015 16:22:20 +0000 (18:22 +0200)
commitd82f69cf100c51cc65c9fb27132517dd3efd554a
treef08ffe5e2b0bb979ade4aa98ff82a2e81c64035b
parent2f8dc29c1d9f2adda850dead5325e422715d251e
infra: move ccache handling to the toolchain wrapper

Since we always have a toolchain wrapper now, we can move the ccache
call to the toolchain wrapper.

The hostcc ccache handling obviously stays.

The global addition of ccache to TARGET_CC/CXX is removed, but many
individual packages and infras still add it. This means we have a
chain like this: ccache -> toolchain-wrapper -> ccache -> gcc
However, this is fairly harmless: for cache misses, the inner ccache
just adds overhead and for cache hits, the inner ccache is never
called. Later patches will remove these redundant ccache calls.

As a side effect, perl now supports ccache as well.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Cc: Danomi Manchego <danomimanchego123@gmail.com>
Cc: Károly Kasza <kaszak@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Makefile.in
toolchain/toolchain-wrapper.c
toolchain/toolchain-wrapper.mk