On Thu, Apr 2, 2009 at 4:23 PM, QAH <[email protected]> wrote:
> So all I have to do is set:
>
> CC=distcc gcc
> CXX=distcc g++
>
> Somewhere in the .bashrc file and it will use distcc?

You have to export those environment variables.
Using CC for the C compiler is a convention that many build systems follow,
and distcc is designed to be used as a prefix for gcc commandlines.

For another method of tricking build systems into using distcc, see
http://distcc.samba.org/man/distcc_1.html#TOC_8
- Dan

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to