mirror of https://github.com/WebAssembly/wasi-sdk
The correct Rust target triple for riscv64 Linux is riscv64gc-unknown-linux-gnu, not riscv64-unknown-linux-gnu. The gc suffix denotes the G (general-purpose) + C (compressed) ISA extensions that the standard Linux ABI requires. Also fix the matching CARGO_TARGET_ env var name in the Dockerfile so Cargo picks up the cross linker for the correct target. Signed-off-by: Bruno Verachten <gounthar@gmail.com>pull/621/head
parent
0d34ab143a
commit
4dd04b4a47
Loading…
Reference in new issue