mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-03 04:12:10 +08:00
6 lines
110 B
Bash
6 lines
110 B
Bash
|
SCRIPT_NAME=or32
|
||
|
OUTPUT_FORMAT="coff-or32-big"
|
||
|
TEXT_START_ADDR=0x1000000
|
||
|
TARGET_PAGE_SIZE=0x1000000
|
||
|
ARCH=or32
|