mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-21 06:47:24 +00: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
|