mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-22 07:53:36 +08:00
7 lines
132 B
Bash
7 lines
132 B
Bash
|
ARCH=mips
|
||
|
SCRIPT_NAME=pe
|
||
|
OUTPUT_FORMAT="pei-mips"
|
||
|
OUTPUT_ARCH="mips"
|
||
|
RELOCATEABLE_OUTPUT_FORMAT="ecoff-littlemips"
|
||
|
TEMPLATE_NAME=pe
|