mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-01-12 04:50:24 +00:00
7 lines
144 B
Bash
7 lines
144 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-pc532-mach"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR="0x10020"
|
|
NONPAGED_TEXT_START_ADDR=0x10000
|
|
ARCH=ns32k
|