[llvmlinux] Compiling LLVMLinux with distcc or ccache

Renato Golin renato.golin at linaro.org
Tue Jul 29 11:29:06 UTC 2014


HI,

I was trying to use ccache or distcc on your tree and the build
scripts try to create directories for "distcc" or "ccache", since
that's what `basename $CC` returns.

Since using those wrappers is a good idea on large projects
(especially when youhave to compiler LLVM *and* the kernel), it'd be
good to have a solution working around that, maybe using recursive
readlink (since distcc can point to ccache)?

cheers,
-renato


More information about the LLVMLinux mailing list