mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-06 12:09:26 +08:00
7 lines
161 B
Bash
7 lines
161 B
Bash
|
SCRIPT_NAME=mips
|
||
|
OUTPUT_FORMAT="ecoff-littlemips"
|
||
|
BIG_OUTPUT_FORMAT="ecoff-bigmips"
|
||
|
LITTLE_OUTPUT_FORMAT="ecoff-littlemips"
|
||
|
TARGET_PAGE_SIZE=0x1000000
|
||
|
ARCH=mips
|