Skip to content

Commit

Permalink
Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elf
Browse files Browse the repository at this point in the history
This patch fix #129825

For the riscv64imac target, the LLVM ABI NAME should be "lp64",
which is the default ABI if not specified for the riscv64imac target.
  • Loading branch information
no1wudi committed Sep 1, 2024
1 parent a7399ba commit de7a14e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ pub fn target() -> Target {
os: "nuttx".into(),
linker_flavor: LinkerFlavor::Gnu(Cc::No, Lld::Yes),
linker: Some("rust-lld".into()),
llvm_abiname: "lp64d".into(),
cpu: "generic-rv64".into(),
max_atomic_width: Some(64),
features: "+m,+a,+c".into(),
Expand Down

0 comments on commit de7a14e

Please sign in to comment.