Hi,

distcc rocks!

I use it to distribute compiles on my home network (2 linux machines,
and a Mac Mini), for a custom mini-distribution builder. Currently,
this builder is only uses distcc for invoking cross-compilers
(TARGET-gcc), since the normal "gcc" may invoke the wrong compiler on
the Mac.

I would like to extend my builder to support distcc for non-cross
builds too.  It would be easiest to do this if there were a command

   distcc-info gcc 

that would print out the remote results

  gcc -dumpmachine
  gcc --version

in a format somewhat like

  hostname:platform:version

then I could easily alter the DISTCC_HOSTS settings to guarantee that
I don't mismatch GCC versions and architectures.

Is there a way to accomplish this now?





__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
https://lists.samba.org/mailman/listinfo/distcc

Reply via email to