cpython/Misc/NEWS.d/next/Build
Hood Chatham b1f13bce62
gh-124932: Distinguish build prefix from host prefix in cross builds (#124933)
In Emscripten and other cross builds, the build file system and the host file
system look different. For instance, we may want to install into
`cross-build/$TARGET/lib`, and then mount that as `/lib` in the host file
system. This change adds a distinction between:

* `prefix` -- the path in the build file system where we want to install the files
* `host_prefix` -- the path in the host file system where getpath.c will look for the files

And similarly for `exec_prefix` and `host_exec_prefix`. At present, this is only
used for Emscripten.
2024-10-30 05:45:49 +08:00
..
2024-03-03-20-28-23.gh-issue-115382.97hJFE.rst gh-115382: Fix cross compiles when host and target use same SOABI 2024-10-16 23:01:42 +01:00
2024-10-04-17-29-23.gh-issue-124928.FsGffe.rst gh-124928: Emscripten node support: Clean up old node <= 16 flags (#124929) 2024-10-29 06:28:54 +00:00
2024-10-16-09-37-51.gh-issue-89640.UDsW-j.rst gh-89640: properly detect float word ordering on Linux (#125571) 2024-10-26 15:46:46 +00:00
2024-10-24-22-14-35.gh-issue-125940.2wMtTA.rst gh-125940: Android: support 16 KB pages (#125941) 2024-10-25 07:51:16 +08:00
2024-10-25-00-29-15.gh-issue-125946.KPA3g0.rst Increase minimum Android API level to 24 (#125946) 2024-10-25 08:41:07 +08:00
2024-10-25-17-20-50.gh-issue-124932.F-aNuS.rst gh-124932: Distinguish build prefix from host prefix in cross builds (#124933) 2024-10-30 05:45:49 +08:00
README.rst Link to blurb on PyPI in the NEWS.d READMEs. (#3323) 2017-09-05 10:38:05 -07:00

README.rst

Put news entry `blurb`_ files for the *Build* section in this directory.

.. _blurb: https://pypi.org/project/blurb/