mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-21 04:42:53 +08:00
7 lines
130 B
Bash
7 lines
130 B
Bash
|
SCRIPT_NAME=armaout
|
||
|
OUTPUT_FORMAT="a.out-arm-big"
|
||
|
HEADER_START_ADDR=0x8000
|
||
|
TEXT_START_ADDR=0x8000
|
||
|
TARGET_PAGE_SIZE=32768
|
||
|
ARCH=arm
|