We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0a165 commit d7ab9baCopy full SHA for d7ab9ba
rust/platform/triple_mappings.bzl
@@ -55,6 +55,7 @@ SUPPORTED_T2_PLATFORM_TRIPLES = {
55
"i686-unknown-freebsd": _support(std = True, host_tools = False),
56
"powerpc-unknown-linux-gnu": _support(std = True, host_tools = True),
57
"riscv32imc-unknown-none-elf": _support(std = True, host_tools = False),
58
+ "riscv64gc-unknown-linux-gnu": _support(std = True, host_tools = False),
59
"riscv64gc-unknown-none-elf": _support(std = True, host_tools = False),
60
"s390x-unknown-linux-gnu": _support(std = True, host_tools = True),
61
"thumbv7em-none-eabi": _support(std = True, host_tools = False),
0 commit comments