如何在 64 位 Linux 中构建 32 位 pypy JIT?
Pypy 的 JIT 自从增加了 64 位支持后就可以在 64 位 Linux 上编译,但是如果我想编译 32 位版本怎么办?我应该如何在该机器上交叉编译 32 位 JITting pypy?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以尝试在 chroot 中编译它。
You could try compiling it in a chroot.