mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-15 02:06:02 -04: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
|