mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-22 17:32:42 +00: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
|