blob: 2c9a9c513bd2c79e472593ad5a6d819305940300 (
plain)
1
2
3
4
5
6
7
8
9
|
# Note: this is sourced in turn by shlelf64.sh
OUTPUT_FORMAT=${OUTPUT_FORMAT-"elf64-sh64"}
ELFSIZE=64
EXTRA_EM_FILE=
. ${srcdir}/emulparams/shelf32.sh
# We do not need .cranges
OTHER_SECTIONS=''
|