Skip to content

Commit d7ab9ba

Browse files
anpillicitonion
andauthored
Add riscv64gc-unknown-linux-gnu to tier 2 targets. (#3487)
Per https://doc.rust-lang.org/rustc/platform-support/riscv64gc-unknown-linux-gnu.html this is now tier 2. I've verified locally that with this patch I can run a rust test in qemu-riscv64 and have it pass. Co-authored-by: Daniel Wagner-Hall <[email protected]>
1 parent 3f0a165 commit d7ab9ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/platform/triple_mappings.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ SUPPORTED_T2_PLATFORM_TRIPLES = {
5555
"i686-unknown-freebsd": _support(std = True, host_tools = False),
5656
"powerpc-unknown-linux-gnu": _support(std = True, host_tools = True),
5757
"riscv32imc-unknown-none-elf": _support(std = True, host_tools = False),
58+
"riscv64gc-unknown-linux-gnu": _support(std = True, host_tools = False),
5859
"riscv64gc-unknown-none-elf": _support(std = True, host_tools = False),
5960
"s390x-unknown-linux-gnu": _support(std = True, host_tools = True),
6061
"thumbv7em-none-eabi": _support(std = True, host_tools = False),

0 commit comments

Comments
 (0)