mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-24 12:35:55 +08:00
7 lines
104 B
Bash
7 lines
104 B
Bash
|
EMULATION_NAME=vax
|
||
|
SCRIPT_NAME=aout
|
||
|
OUTPUT_FORMAT="a.out-vax"
|
||
|
TEXT_START_ADDR=0
|
||
|
PAGE_SIZE=1024
|
||
|
ARCH=vax
|