mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-07 18:31:06 +00:00
9 lines
178 B
Bash
9 lines
178 B
Bash
SCRIPT_NAME=elf
|
|
TEMPLATE_NAME=generic
|
|
EXTRA_EM_FILE=genelf
|
|
OUTPUT_FORMAT="elf32-moxie"
|
|
TEXT_START_ADDR=0x1000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ARCH=moxie
|
|
STACK_ADDR=0x400000
|