mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
7 lines
125 B
Bash
7 lines
125 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-or32"
|
|
TEXT_START_ADDR=0x1000000
|
|
TARGET_PAGE_SIZE=0x1000000
|
|
MAXPAGESIZE=0x1000
|
|
ARCH=or32
|