Dirk Heinrichs wrote:

Am Dienstag, 4. Januar 2005 22:13 schrieb ext Bastian Balthazar Bux:


sorry, he has different architectures, distcc stills is not cross
compile capable.


Errh, why shouldn't it? Once you have setup a working cross compilation environment (i.e. compiling on x86 for m68k), you will be able to do something like

CC="distcc m68k-unknown-linux-gnu-gcc" make

on the m68k machine. This works because distcc only calls the compiler and assembler on the remote machine. The preprocessor and linking are still run locally. So you don't even need headers and libs for the target architecture on the remote host.

Bye...

Dirk


sorry my fault

--
[email protected] mailing list



Reply via email to