[Mono-dev] DistCC and cross-compiling Mono

2009-03-05 Thread bojanr
Today I decided that I would try to get my x86_64 box to help out with some compilation tasks (namely, compiling Mono--it's not particularly slow, but any little bit helps). Both the server box and my laptop (the host machine doing the compiling) are running Ubuntu, 8.10 on the server, 9.04 on the

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Robert Jordan
boj...@brandeis.edu wrote: > I patched this to pass on CFLAGS and LDFLAGS to the mcs makefile, so now > jay builds correctly when cross-compiling with distcc. The patch is > attached, and it's sort of a hack. It passes compilation, though it spews > out full screens of warnings because of all the w

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Bojan Rajkovic
Robert Jordan wrote: Since jay is only used on the host, compiling it for the target is simply wrong. Imagine you're cross compiling for ARM: what is an arm-jay good for other than breaking the build on the host? Robert ___ Mono-devel-list mailing lis

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Andreas Färber
Am 08.03.2009 um 18:53 schrieb Bojan Rajkovic: > Robert Jordan wrote: >> Since jay is only used on the host, compiling it for the target is >> simply wrong. Imagine you're cross compiling for ARM: what is >> an arm-jay good for other than breaking the build on the host? >> >> Robert >> >> ___

Re: [Mono-dev] DistCC and cross-compiling Mono

2009-03-08 Thread Bojan Rajkovic
Andreas Färber wrote: There is, you should configure with --disable-mcs-build when cross-compiling. Just copy over mcs and libraries from a standard build on your host. Jay is a build tool, it's not needed at runtime on the target system. Andreas Passing --disable-mcs-build would pretty much