This PR is part of the ongoing effort to migrate to the modern UCRT runtime for cross-compiled Windows binaries, including release builds.
For more details about this migration, see:
The changes in depends/hosts/mingw32.mk enable automatic detection of cross-compilers for Windows + UCRT, removing the need to specify them explicitly, as shown in the following example:https://github.com/bitcoin/bitcoin/blob/841206c149901fd4731ef28c5a8750f99850d33e/ci/test/00_setup_env_win64.sh#L12
Can be tested on the following systems:
- Debian Trixie (requires the
g++-mingw-w64-ucrt64package, as documented). - Fedora 42 or 43 (requires the
ucrt64-gcc-c++package).