mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-24 22:52:04 +00:00
11 lines
193 B
Bash
Executable File
11 lines
193 B
Bash
Executable File
MACHINE=
|
|
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-fr30"
|
|
TEXT_START_ADDR=0x10000
|
|
ARCH=fr30
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
NOP=0x9fa09fa0
|
|
OTHER_END_SYMBOLS='PROVIDE (__stack = 0x200000);'
|