mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +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
|