mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
6 lines
91 B
Bash
6 lines
91 B
Bash
|
SCRIPT_NAME=sh
|
||
|
OUTPUT_FORMAT="coff-sh"
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
TARGET_PAGE_SIZE=128
|
||
|
ARCH=sh
|