mirror of git://sourceware.org/git/glibc.git
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:
parent
68efae739a
commit
8041759aef
|
@ -24,7 +24,7 @@
|
||||||
#if __riscv_xlen == 64
|
#if __riscv_xlen == 64
|
||||||
# define LD_SO_ABI "riscv64-lp64"
|
# define LD_SO_ABI "riscv64-lp64"
|
||||||
#else
|
#else
|
||||||
# error "rv32i-based targets are not supported"
|
# define LD_SO_ABI "riscv32-ilp32"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYSDEP_KNOWN_INTERPRETER_NAMES \
|
#define SYSDEP_KNOWN_INTERPRETER_NAMES \
|
||||||
|
|
Loading…
Reference in New Issue