mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +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);'
|