mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-12 12:16:04 +08:00
12 lines
214 B
Bash
12 lines
214 B
Bash
|
source_sh ${srcdir}/emulparams/elf64loongarch-defs.sh
|
||
|
OUTPUT_FORMAT="elf64-loongarch"
|
||
|
|
||
|
case "$target" in
|
||
|
loongarch64*-linux*)
|
||
|
case "$EMULATION_NAME" in
|
||
|
*64*)
|
||
|
LIBPATH_SUFFIX="64";;
|
||
|
esac
|
||
|
;;
|
||
|
esac
|