In article <[EMAIL PROTECTED]>,
Martin Pool  <[EMAIL PROTECTED]> wrote:
>> 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.
>
>There is not anything like that at the moment, but you could add it
>fairly easily, probably without modifying the server code.  It'd be a
>worthy addition.

Come to think of it, having another feature would actually be even
better: it would be nice if I could setup a mapping, so that if distcc
gets invoked on Linux

  distcc gcc

it will call

  i686-linux-gcc

on other hosts, while it will do

  powerpc-darwin-gcc

if distcc was started on a Mac.




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

Reply via email to