mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
8 lines
139 B
Bash
8 lines
139 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-sunos-big"
|
|
TEXT_START_ADDR=0x2020
|
|
TARGET_PAGE_SIZE=0x2000
|
|
ALIGNMENT=8
|
|
ARCH=sparc
|
|
TEMPLATE_NAME=sunos
|