fmt
This commit is contained in:
parent
b64cdd0f59
commit
010b690117
1 changed files with 1 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue