mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-13 04:05:28 +00:00
7 lines
125 B
Bash
7 lines
125 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-or32"
|
|
TEXT_START_ADDR=0x1000000
|
|
TARGET_PAGE_SIZE=0x1000000
|
|
MAXPAGESIZE=0x1000
|
|
ARCH=or32
|