Skip to content

Commit

Permalink
riscvgc-unknown-none-elf use lp64d ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Restivo committed Mar 17, 2021
1 parent 2c74903 commit 9a3e23f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub fn target() -> Target {
options: TargetOptions {
linker_flavor: LinkerFlavor::Lld(LldFlavor::Ld),
linker: Some("rust-lld".to_string()),
llvm_abiname: "lp64d".to_string(),
cpu: "generic-rv64".to_string(),
max_atomic_width: Some(64),
atomic_cas: true,
Expand Down

0 comments on commit 9a3e23f

Please sign in to comment.