RISC-V: Support dynamic loader for the 32-bit

Add the LD_SO_ABI definition for RISC-V 32-bit.

Reviewed-by: Maciej W. Rozycki <macro@wdc.com>
This commit is contained in:
Zong Li 2018-11-30 17:14:35 +08:00 committed by Alistair Francis
parent 68efae739a
commit 8041759aef
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
#if __riscv_xlen == 64
# define LD_SO_ABI "riscv64-lp64"
#else
# error "rv32i-based targets are not supported"
# define LD_SO_ABI "riscv32-ilp32"
#endif
#define SYSDEP_KNOWN_INTERPRETER_NAMES \