mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-20 10:42:21 +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
|