Question

Pypy's JIT will compile on 64-bit Linux ever since it grew 64-bit support, but what if I wanted to compile a 32-bit version? How should I cross-compile a 32-bit JITting pypy on that machine?

Was it helpful?

Solution

You could try compiling it in a chroot.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top