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
..
abi Refactor float Primitives to a separate Float type 2024-05-06 14:56:10 +01:00
asm Remove extern crate rustc_macros from numerous crates. 2024-04-29 10:21:54 +10:00
spec Rollup merge of #124233 - mati865:fix-support-for-upcoming-mingw-w64, r=petrochenkov 2024-05-11 01:15:08 +01:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Remove unused step_trait feature. 2024-05-08 11:00:19 +10:00
target_features.rs Stabilize Wasm phase 4 & 5 proposals 2024-04-18 12:51:02 +02:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00