mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
6 lines
104 B
Bash
6 lines
104 B
Bash
|
SCRIPT_NAME=riscix
|
||
|
OUTPUT_FORMAT="a.out-riscix"
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
TARGET_PAGE_SIZE=0x8000
|
||
|
ARCH=arm
|