Mark riscv64gc-unknown-linux-musl as tier 2 target
This commit is contained in:
parent
cdb4236e65
commit
fd1852f5f3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ pub(crate) fn target() -> Target {
|
|||
llvm_target: "riscv64-unknown-linux-musl".into(),
|
||||
metadata: TargetMetadata {
|
||||
description: Some("RISC-V Linux (kernel 4.20, musl 1.2.5)".into()),
|
||||
tier: Some(3),
|
||||
tier: Some(2),
|
||||
host_tools: Some(false),
|
||||
std: Some(true),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue