s12z regen
[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 . ${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="/ilp32d" ;;
13 esac
14 ;;
15 esac
This page took 0.02937 seconds and 4 git commands to generate.