Re: [CIL users] Using CIL to cross-compile MIPS(el) programs

2010-10-14 Thread Gabriel Kerneis
On Thu, 14 Oct 2010 15:34:31 +0200, Gabriel Kerneis wrote: > I just commited in the svn a few changes to allow using CIL in a > cross-compilation setup. I've been warned off-list that this patch breaks compilation on MacOS (because the -static flag is forbidden). I shall fix this issue tomorrow

[CIL users] Using CIL to cross-compile MIPS(el) programs

2010-10-14 Thread Gabriel Kerneis
Dear CIL users, I just commited in the svn a few changes to allow using CIL in a cross-compilation setup. This was already possible manually, using the --env flag and the CIL_MACHINE environment variable. Autoconf scripts are now cross-compilation-aware: they use qemu (in user emulation mode [1]