mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
9 lines
173 B
Bash
9 lines
173 B
Bash
|
SCRIPT_NAME=elf
|
||
|
TEMPLATE_NAME=generic
|
||
|
EXTRA_EM_FILE=genelf
|
||
|
OUTPUT_FORMAT="elf32-pj"
|
||
|
NO_REL_RELOCS=yes
|
||
|
TEXT_START_ADDR=0x1000000
|
||
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||
|
ARCH=pj
|