Skip to content

Commit fd1852f

Browse files
committed
Mark riscv64gc-unknown-linux-musl as tier 2 target
1 parent cdb4236 commit fd1852f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_target/src/spec/targets/riscv64gc_unknown_linux_musl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pub(crate) fn target() -> Target {
77
llvm_target: "riscv64-unknown-linux-musl".into(),
88
metadata: TargetMetadata {
99
description: Some("RISC-V Linux (kernel 4.20, musl 1.2.5)".into()),
10-
tier: Some(3),
10+
tier: Some(2),
1111
host_tools: Some(false),
1212
std: Some(true),
1313
},

0 commit comments

Comments
 (0)