vax decoding of indexed addressing mode
[deliverable/binutils-gdb.git] / ld / emulparams / elf64lriscv.sh
CommitLineData
10d98088
JW
1# RV64 code using LP64D ABI.
2# ABI not in emulation name to avoid breaking backward compatibility.
c40e31a1 3source_sh ${srcdir}/emulparams/elf64lriscv-defs.sh
e23eba97 4OUTPUT_FORMAT="elf64-littleriscv"
10d98088
JW
5
6# On Linux, first look for 64 bit LP64D target libraries in /lib64/lp64d as per
7# the glibc ABI, and then /lib64 for backward compatility.
8case "$target" in
9 riscv64*-linux*)
10 case "$EMULATION_NAME" in
11 *64*)
12 LIBPATH_SUFFIX="64/lp64d 64";;
13 esac
14 ;;
15esac
This page took 0.253883 seconds and 4 git commands to generate.