Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Go 1.14 added experimental support for 64-bit RISC-V on Linux (GOOS=linux, GOARCH=riscv64) [1], and the path of the dynamic linker (ie., PT_INTERP) was taken from the ABI specification [2]. Tested in Arch Linux rv64gc qemu user image. [1] https://tip.golang.org/doc/go1.14#riscv [2] https://sourceware.org/glibc/wiki/ABIList containers#1159 containers#1316 Signed-off-by: Avimitin <[email protected]>
- Loading branch information