mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
8 lines
158 B
Bash
8 lines
158 B
Bash
|
SCRIPT_NAME=armaout
|
||
|
OUTPUT_FORMAT="a.out-arm-big"
|
||
|
HEADER_START_ADDR=0x8000
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
NONPAGED_TEXT_START_ADDRESS=0x8000
|
||
|
PAGE_SIZE=32768
|
||
|
ARCH=arm
|