mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 18:44:20 +08:00
6 lines
102 B
Bash
6 lines
102 B
Bash
SCRIPT_NAME=h8300hn
|
|
OUTPUT_FORMAT="coff-h8300"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=h8300
|