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