
17 Mar
2010
17 Mar
'10
10:08 a.m.
On Wed, Mar 17, 2010 at 08:18:50AM +1100, Erik de Castro Lopo wrote:
Vincent Hanquez wrote:
I was looking for a way to generate 32 bits haskell binary on a 64 bits linux.
Once absolutely reliable and foolproof way of doing this is to run a 32 bit chroot within your 64 bit system and then then install the 32 bit vesion of GHC in the chroot.
That's what i do on a personal system, but we're looking for a way that doesn't requires root priviledge/chroot to integrate into an openembedded (target is i386) type build. Thanks, -- Vincent