Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pypy 的 JIT 将在 64 位 Linux 上编译,因为它增加了对 64 位的支持,但是如果我想编译 32 位版本怎么办?我应该如何在该机器上交叉编译 32 位 JITting pypy?
您可以尝试在 chroot 中编译它。