Closed
Description
As announced in rust-lang/rust#95705, x86_64-unknown-none
is now a Tier 2 target with distributed build artefacts. It would be great to be able to use this in extra_target_triples
in rust_register_toolchains
, but it's currently missing from some of the lists in rust/platform/tiple_mappings.bzl
.
Would it be possible to add this? I reckon it should take us a lot of the way to being able to cross-compile to x86_64-unknown-none
natively. I'm very happy to help out with testing if that would help. Many thanks.