mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-20 05:11:26 +01:00
6 lines
101 B
Bash
6 lines
101 B
Bash
|
SCRIPT_NAME=h8500c
|
||
|
OUTPUT_FORMAT="coff-h8500"
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
TARGET_PAGE_SIZE=128
|
||
|
ARCH=h8500
|