mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 10:34:41 +01:00
385576a748
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@29024 a95241bf-73f2-0310-859d-f6bbb57e9c96
9 lines
177 B
Bash
9 lines
177 B
Bash
# If you change this file, please also look at files which source this one:
|
|
# shl.sh
|
|
|
|
SCRIPT_NAME=sh
|
|
OUTPUT_FORMAT="coff-sh"
|
|
TEXT_START_ADDR=0x8000
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=sh
|