about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/example/std_example.rs
diff options
context:
space:
mode:
authorMateusz Mikuła <mati865@gmail.com>2024-04-21 20:15:43 +0200
committerMateusz Mikuła <mati865@gmail.com>2024-04-21 20:15:43 +0200
commiteac0b3a1d1b8d1db8fa95c50e118de5b9471e5af (patch)
treeb1d9eefeed7d8f233dd118188a7bd94a0824f543 /compiler/rustc_codegen_gcc/example/std_example.rs
parentaa31bad26b6bbf71c2072465ddb0dfe807c2b7d5 (diff)
downloadrust-eac0b3a1d1b8d1db8fa95c50e118de5b9471e5af.tar.gz
rust-eac0b3a1d1b8d1db8fa95c50e118de5b9471e5af.zip
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
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions