mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-17 04:07:23 +00:00
12 lines
207 B
Bash
12 lines
207 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-am33lin"
|
|
NO_REL_RELOCS=yes
|
|
TEXT_START_ADDR=0x8000000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ARCH=mn10300
|
|
MACHINE=
|
|
NOP=0xcbcb
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
|