Re: [CMake] cmake distcc

2008-07-17 Thread Alexander Neundorf
On Thursday 17 July 2008, Vandenbroucke Sander wrote: > Hi, ... > Compiling is fine, distcc does it's job. Unfortunately my linker command > is messed up. CMake used to generate something like this: nios2-elf-g++ > OBJECTS -lsystem ... > > With distcc this changes to: nios2-elf-g++ OBJECTS -lsyste

[CMake] cmake distcc

2008-07-17 Thread Vandenbroucke Sander
Hi, I'm using cmake 2.4 to build code for an embedded platform. To link everything together I use static (.a) libraries. For the sake of compiling speed I want to use distcc. I do it like this: set CC=distcc nios2-elf-gcc set CXX=distcc nios2-elf-g++ set DISTCC_HOSTS=pc710 localhost cma