[GAS][ARM] Fix ARMv8.1 AdvSIMD testism
[binutils-gdb.git] / ld / emulparams / elf64lriscv_lp64.sh
blob80a8f826d12c549a31028d7519015f5aa469205e
1 # RV64 code using LP64 ABI.
2 . ${srcdir}/emulparams/elf64lriscv-defs.sh
3 OUTPUT_FORMAT="elf64-littleriscv"
5 # On Linux, first look for 64 bit LP64 target libraries in /lib64/lp64 as per
6 # the glibc ABI, and then /lib64 for backward compatility.
7 case "$target" in
8 riscv64*-linux*)
9 case "$EMULATION_NAME" in
10 *64*)
11 LIBPATH_SUFFIX="64/lp64 64";;
12 esac
14 esac