Retro68/binutils/ld/emulparams/elf64lriscv-defs.sh

14 lines
258 B
Bash
Raw Normal View History

2017-04-10 11:32:00 +00:00
. ${srcdir}/emulparams/elf32lriscv-defs.sh
ELFSIZE=64
# Look for 64 bit target libraries in /lib64, /usr/lib64 etc., first
# on Linux.
case "$target" in
riscv64*-linux*)
case "$EMULATION_NAME" in
*64*)
LIBPATH_SUFFIX=64 ;;
esac
;;
esac