mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-12 06:31:53 +00:00
12 lines
232 B
Bash
12 lines
232 B
Bash
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-sh"
|
||
|
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
|