]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/emulparams/elf32lriscv.sh
"backtrace full/no-filters/hide" completer
[thirdparty/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