CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2016/08/15 03:16:40
Modified files:
lang/pypy : Makefile distinfo
Added files:
lang/pypy/patches:
patch-rpython_jit_backend_x86_detect_feature_py
patch-rpython_rlib_rmmap_py
Removed files:
lang/pypy/patches:
patch-rpython_rlib_rvmprof_src_vmprof_config_h
patch-rpython_rlib_rvmprof_src_vmprof_getpc_h
Log message:
lang/pypy: Fix build for W^X and update to 5.3.1.
Note that the W^X patch only makes the CPython-based no_bootstrap build work,
and that the PyPy JIT itself is still not W^X compliant. This will require more
work.
OK jca@, thanks.