mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 00:24:52 -04:00
9 lines
180 B
Bash
9 lines
180 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=0x1000
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=sh
|