mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
8 lines
156 B
Bash
8 lines
156 B
Bash
SCRIPT_NAME=aout
|
|
OUTPUT_FORMAT="a.out-sparc-linux"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
TEXT_START_ADDR=0x1020
|
|
NONPAGED_TEXT_START_ADDR=0
|
|
ARCH=sparc
|
|
TEMPLATE_NAME=linux
|