How can I build 32-bit Pypy JIT on 64-bit Linux?

Pypy JIT will compile on 64-bit Linux since it got support for 64-bit, but what if I want to compile 32-bit? How do I cross-compile 32-bit Pythy JITting on this machine?

+4
source share
1 answer

You can try compiling it in chroot.

+2
source

All Articles