mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-14 09:39:20 -04:00
7 lines
159 B
Bash
7 lines
159 B
Bash
# This is for embedded products and elinux (no MMU) with a.out.
|
|
SCRIPT_NAME=crisaout
|
|
OUTPUT_FORMAT="a.out-cris"
|
|
TARGET_PAGE_SIZE=2
|
|
TEXT_START_ADDR=0
|
|
ARCH=cris
|