mirror of
https://frontier.innolan.net/github/amigaos-binutils.git
synced 2026-01-12 04:42:43 +00:00
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
|