mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01: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
|