mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
7 lines
110 B
Bash
7 lines
110 B
Bash
SCRIPT_NAME=elf32crx
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-crx"
|
|
ARCH=crx
|
|
ENTRY=_start
|
|
EXTRA_EM_FILE=crxelf
|