mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-19 06:22:24 +01:00
7 lines
114 B
Bash
7 lines
114 B
Bash
|
SCRIPT_NAME=elf32cr16
|
||
|
TEMPLATE_NAME=elf32
|
||
|
OUTPUT_FORMAT="elf32-cr16"
|
||
|
ARCH=cr16
|
||
|
ENTRY=_start
|
||
|
EXTRA_EM_FILE=cr16elf
|