mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-12 21:51:47 +00:00
7 lines
139 B
Bash
7 lines
139 B
Bash
SCRIPT_NAME=or32
|
|
OUTPUT_FORMAT="coff-or32-big"
|
|
# OUTPUT_FORMAT="elf32-or32"
|
|
TEXT_START_ADDR=0x1000000
|
|
TARGET_PAGE_SIZE=0x1000000
|
|
ARCH=or32
|