mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 19:44:11 +08:00
9 lines
157 B
Bash
9 lines
157 B
Bash
SCRIPT_NAME=elf32xc16xl
|
|
TEMPLATE_NAME=elf32
|
|
OUTPUT_FORMAT="elf32-xc16x"
|
|
TEXT_START_ADDR=0xc00300
|
|
ARCH=xc16x:xc16xl
|
|
MAXPAGESIZE=256
|
|
ENTRY=_start
|
|
EMBEDDED=yes
|