mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-15 03:40:20 +08:00
7 lines
139 B
Bash
7 lines
139 B
Bash
SCRIPT_NAME=or32
|
|
OUTPUT_FORMAT="coff-or32-big"
|
|
# OUTPUT_FORMAT="elf32-or32"
|
|
TEXT_START_ADDR=0x1000000
|
|
TARGET_PAGE_SIZE=0x1000000
|
|
ARCH=or32
|