mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-09-23 23:43:09 +00:00
6 lines
110 B
Bash
6 lines
110 B
Bash
SCRIPT_NAME=aout
|
|
TEXT_START_ADDR=0x1020
|
|
OUTPUT_FORMAT="a.out-sparc-netbsd"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=sparc
|