mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-25 02:48:01 +00:00
6 lines
104 B
Bash
6 lines
104 B
Bash
SCRIPT_NAME=riscix
|
|
OUTPUT_FORMAT="a.out-riscix"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=0x8000
|
|
ARCH=arm
|