mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
6 lines
88 B
Bash
6 lines
88 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out"
|
|
TEXT_START_ADDR=0
|
|
TARGET_PAGE_SIZE=1024
|
|
ARCH=vax
|