Mark riscv64gc-unknown-linux-musl as tier 2 target

This commit is contained in:
Mateusz Mikuła 2025-11-25 12:31:19 +01:00
parent cdb4236e65
commit fd1852f5f3

View file

@ -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),
},