mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 18:46:30 +00:00
8 lines
127 B
Bash
8 lines
127 B
Bash
SCRIPT_NAME=elf32cr16
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-cr16"
|
|
ARCH=cr16
|
|
ENTRY=_start
|
|
EXTRA_EM_FILE=cr16elf
|
|
EMBEDDED=yes
|