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