37f310e7d1
- fix script template for COFF (LIB_SEARCH_DIRS and segment alignments)
6 lines
94 B
Bash
6 lines
94 B
Bash
SCRIPT_NAME=sh
|
|
OUTPUT_FORMAT="coff-sh"
|
|
TEXT_START_ADDR=0x1000
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=sh
|