Skip to content

Commit

Permalink
Rollup merge of #129842 - no1wudi:master, r=saethlin
Browse files Browse the repository at this point in the history
Fix LLVM ABI NAME for riscv64imac-unknown-nuttx-elf

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
matthiaskrgr authored Sep 2, 2024
2 parents 5c3370d + de7a14e commit efad457
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 efad457

Please sign in to comment.