Rollup merge of #146758 - mati865:amd64_mingw_no_rs_objects, r=petrochenkov

Stop linking rs{begin,end} objects on x86_64-*-windows-gnu

Until now, x86_64-pc-windows-gnu linked `rsbegin.o` and `rsend.o` just like i686-pc-windows-gnu, even though they were no-ops for it. This was likely done for the simplicity back when it was introduced.
Today the things are different and these startup/end objects harm other features, like `build-std`. Given the demotion of i686-pc-windows-gnu from tier 1, there is no point in hurting x86_64-pc-windows-gnu, which remains a tier 1.

The files are still shipped in case downstream crates expect them, as in case of the unmaintained `xargo`.

Fixes https://github.com/rust-lang/rust/issues/146739
This commit is contained in:
Matthias Krüger 2025-09-26 18:11:10 +02:00 committed by GitHub
commit e0f06b77c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

Diff content is not available