mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
12 lines
233 B
Bash
12 lines
233 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-shl"
|
|
NO_REL_RELOCS=yes
|
|
TEXT_START_ADDR=0x08040000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ARCH=sh
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
TEXT_START_SYMBOLS='_btext = .;'
|
|
ENTRY=_start
|