mirror of
https://github.com/autc04/Retro68.git
synced 2025-02-20 02:29:11 +00:00
7 lines
135 B
Bash
7 lines
135 B
Bash
|
SCRIPT_NAME=psos
|
||
|
OUTPUT_FORMAT="elf32-m68k"
|
||
|
TEXT_START_ADDR=0x20000
|
||
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||
|
ARCH=m68k
|
||
|
TEMPLATE_NAME=elf32
|