mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
9 lines
178 B
Bash
9 lines
178 B
Bash
SCRIPT_NAME=elf32xc16xl
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-xc16x"
|
|
TEXT_START_ADDR=0xc00300
|
|
ARCH=xc16x:xc16xl
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|