Skip to content

Commit

Permalink
CI: Use riscv64-linux-gnu-gcc as RISC-V linker.
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Aug 19, 2023
1 parent 62b2c03 commit ccbfb57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ case $target in
riscv64gc-unknown-linux-gnu)
export CC_riscv64gc_unknown_linux_gnu=clang-$llvm_version
export AR_riscv64gc_unknown_linux_gnu=llvm-ar-$llvm_version
export CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=clang-$llvm_version
export CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_LINKER=riscv64-linux-gnu-gcc
export CARGO_TARGET_RISCV64GC_UNKNOWN_LINUX_GNU_RUNNER="$qemu_riscv64"
;;
x86_64-unknown-linux-musl)
Expand Down

0 comments on commit ccbfb57

Please sign in to comment.