mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
8 lines
186 B
Bash
8 lines
186 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
|
||
|
NONPAGED_TEXT_START_ADDR=0
|
||
|
ARCH=cris
|