mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
10 lines
200 B
Bash
10 lines
200 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
|
|
unset OTHER_SECTIONS
|