mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 10:24:13 +00: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
|