mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
10 lines
197 B
Bash
10 lines
197 B
Bash
# 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=''
|