[llvmlinux] Compiling LLVMLinux with distcc or ccache

Renato Golin renato.golin at linaro.org
Tue Jul 29 17:47:39 UTC 2014


On 29 July 2014 17:42, Behan Webster <behanw at converseincode.com> wrote:
> ccache is already heavily used in our build scripts; just set USE_CCACHE=1
> in your environment (or top level local.mk file) and it gets used in all
> places that gcc is employed. We explicitly don't use it for compiling the
> kernel with clang however (not that we don't trust ccache, but since it is
> clang that we are testing, we don't want anything else to generate a false
> positive).

Yes, makes sense.


> Jan-Simon uses icecc/icecream, which is a nextgen distcc project from
> openSuse. So it works with that to my knowledge too.

Right, I'll have a look at that, thanks!

--renato


More information about the LLVMLinux mailing list