gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / ld / emulparams / elf32lriscv.sh
1 # RV32 code using ILP32D ABI.
2 # ABI not in emulation name to avoid breaking backward compatibility.
3 source_sh ${srcdir}/emulparams/elf32lriscv-defs.sh
4 OUTPUT_FORMAT="elf32-littleriscv"
5
6 # On Linux, first look for 32 bit ILP32D target libraries in /lib/ilp32d as per
7 # the glibc ABI.
8 case "$target" in
9 riscv32*-linux*)
10 case "$EMULATION_NAME" in
11 *32*)
12 LIBPATH_SUFFIX="32/ilp32d 32" ;;
13 esac
14 ;;
15 esac
This page took 0.029882 seconds and 4 git commands to generate.