mirror of
https://github.com/bebbo/amigaos-binutils-2.14.git
synced 2025-12-08 22:38:24 +00:00
6 lines
96 B
Bash
6 lines
96 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-vax-bsd"
|
|
TEXT_START_ADDR=0
|
|
TARGET_PAGE_SIZE=1024
|
|
ARCH=vax
|