mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08: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
|