Files
rust/compiler/rustc_target/src
许杰友 Jieyou Xu (Joe) 150633eea2 Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petrochenkov
Add `-lmingwex` second time in `mingw_libs`

Upcoming mingw-w64 releases will contain small math functions refactor which moved implementation around. As a result functions like `lgamma`
now depend on libraries in this order:
`libmingwex.a` -> `libmsvcrt.a` -> `libmingwex.a`.

Fixes #124221
2024-05-11 01:15:08 +01:00
..
2024-03-10 20:46:08 +01:00
2024-05-08 11:00:19 +10:00