mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-19 21:55:35 +00:00
12 lines
222 B
Bash
Executable File
12 lines
222 B
Bash
Executable File
MACHINE=
|
|
SCRIPT_NAME=iq2000
|
|
OUTPUT_FORMAT="elf32-iq2000"
|
|
DATA_ADDR=0x1000
|
|
TEXT_START_ADDR=0x80000000
|
|
ARCH=iq2000
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|
|
ELFSIZE=32
|
|
MAXPAGESIZE=256
|
|
OTHER_RELOCATING_SECTIONS='PROVIDE (__stack = 0x1800);'
|