mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-11 13:02:10 +08:00
7 lines
139 B
Bash
7 lines
139 B
Bash
|
SCRIPT_NAME=aout
|
||
|
OUTPUT_FORMAT="a.out-sunos-big"
|
||
|
TEXT_START_ADDR=0x2020
|
||
|
TARGET_PAGE_SIZE=0x2000
|
||
|
NONPAGED_TEXT_START_ADDR=0x2000
|
||
|
ARCH=sparc
|