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
-- 
Dirk Heinrichs          | Tel:  +49 (0)151 1513 6954
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: [EMAIL PROTECTED]
Hambornerstraße 55      | Web:  http://www.capgemini.com
D-40472 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: www.keyserver.net

--
gentoo-user@gentoo.org mailing list

Reply via email to