mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
8 lines
136 B
Bash
8 lines
136 B
Bash
|
SCRIPT_NAME=tic30aout
|
||
|
OUTPUT_FORMAT="a.out-tic30"
|
||
|
OUTPUT_ARCH="tms320c30"
|
||
|
TEXT_START_ADDR=0x0
|
||
|
TARGET_PAGE_SIZE=128
|
||
|
ARCH=tms320c30
|
||
|
BIG=1
|