Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If not already set in your bashrc file, set the compiler to distcc and set the provide hosts. 

Code Block
export CC=/usr/lib/distcc/arm-linux-gnueabi-gcc-4.7
export CXX=/usr/lib/distcc/arm-linux-gnueabi-g++-4.7
export DISTCC_HOSTS=192.168.1.100

...