tags:

views:

194

answers:

1

It looks like pypy's JIT won't compile by default in 64-bit Linux. How do I cross-compile a 32-bit JITting pypy on that machine?

+2  A: 

Yes, PyPy doesn't currently support 64bit architecture.

You could try compiling it in a chroot.

It compiles in a chroot. It was much easier to get going than I thought with debootstrap, schroot etc.
joeforker