mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-16 10:47:54 -04:00
9 lines
169 B
Bash
9 lines
169 B
Bash
SCRIPT_NAME=elf32xc16x
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-xc16x"
|
|
TEXT_START_ADDR=0x00400
|
|
ARCH=xc16x
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|