mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
12 lines
215 B
Bash
12 lines
215 B
Bash
source_sh ${srcdir}/emulparams/elf32loongarch-defs.sh
|
|
OUTPUT_FORMAT="elf32-loongarch"
|
|
|
|
case "$target" in
|
|
loongarch32*-linux*)
|
|
case "$EMULATION_NAME" in
|
|
*32*)
|
|
LIBPATH_SUFFIX="32" ;;
|
|
esac
|
|
;;
|
|
esac
|