mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
7 lines
142 B
Bash
7 lines
142 B
Bash
SCRIPT_NAME=nw
|
|
OUTPUT_FORMAT="elf32-powerpc"
|
|
TEXT_START_ADDR=0x0400000
|
|
DATA_ADDR=0x10000000
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ARCH=powerpc
|