mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
10 lines
176 B
Bash
10 lines
176 B
Bash
|
EMULATION_NAME=mipsidtl
|
||
|
SCRIPT_NAME=mips
|
||
|
OUTPUT_FORMAT="ecoff-littlemips"
|
||
|
PAGE_SIZE=0x1000000
|
||
|
ARCH=mips
|
||
|
ENTRY=start
|
||
|
TEXT_START_ADDR=0xa0012000
|
||
|
DATA_ADDR=.
|
||
|
BSS_VAR="_fbss = .;"
|