mirror of
https://review.haiku-os.org/buildtools
synced 2025-02-22 13:47:44 +01:00
6 lines
102 B
Bash
6 lines
102 B
Bash
|
SCRIPT_NAME=h8300sn
|
||
|
OUTPUT_FORMAT="coff-h8300"
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
TARGET_PAGE_SIZE=128
|
||
|
ARCH=h8300
|