Mentioned in [here](https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/ar_archive_writer.20MSRV.20policy/with/573061671), seems that the system archiver can't always handle cross-compilation very well. Dunno how difficult that would be, and whether we should instead make it easier to just pass `.o` files directly to the linker instead.
Mentioned in here, seems that the system archiver can't always handle cross-compilation very well.
Dunno how difficult that would be, and whether we should instead make it easier to just pass
.ofiles directly to the linker instead.