mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
12 lines
192 B
Bash
12 lines
192 B
Bash
|
MACHINE=
|
||
|
SCRIPT_NAME=elf
|
||
|
OUTPUT_FORMAT="elf32-openrisc"
|
||
|
NO_RELA_RELOCS=yes
|
||
|
TEXT_START_ADDR=0x10000
|
||
|
ARCH=openrisc
|
||
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||
|
ENTRY=_start
|
||
|
EMBEDDED=yes
|
||
|
NOP=0x15000000
|
||
|
|