mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
a5e1ab590b
Make mips64el-unknown-linux-muslabi64 link dynamically I missed this target when I changed all the other tier 3 targets in https://github.com/rust-lang/rust/pull/144410. Only realized that this one was still statically linked when I looked at the list of targets in the test later (https://github.com/rust-lang/rust/pull/146588). since those two PRs were reviewed by you: r? ````@jieyouxu````