]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/elf64loongarch.sh
Support rodata in flash for more AVR devices
[thirdparty/binutils-gdb.git] / ld / emulparams / elf64loongarch.sh
CommitLineData
560b3fe2 1source_sh ${srcdir}/emulparams/elf64loongarch-defs.sh
2OUTPUT_FORMAT="elf64-loongarch"
3
4case "$target" in
5 loongarch64*-linux*)
6 case "$EMULATION_NAME" in
7 *64*)
8 LIBPATH_SUFFIX="64";;
9 esac
10 ;;
11esac