This commit is contained in:
Aria Desires 2025-10-06 21:59:04 -04:00
parent b64cdd0f59
commit 010b690117

View file

@ -6,9 +6,7 @@ pub(crate) fn target() -> Target {
Target {
llvm_target: "riscv32-unknown-linux-musl".into(),
metadata: TargetMetadata {
description: Some(
"RISC-V Linux (kernel 5.4, musl 1.2.5)".into(),
),
description: Some("RISC-V Linux (kernel 5.4, musl 1.2.5)".into()),
tier: Some(3),
host_tools: Some(false),
std: Some(true),