From Dmz-portal
Mapping of triples to -mcpu
CPU from Triple
| GAS -mcpu=foo
|
mips, mipsbe, mipseb, mipsle, mipsel, mips64, mips64el
| from-abi
|
mipsisa32
| mips32
|
mipsisa32r2
| mips32r2
|
mipsisa64
| mips32
|
mipsisa64r2
| mips64r2
|
mipstx39, mipstx39el
| r3900
|
mips64vr, mips64vrel
| vr4100
|
mipsisa32r2<foo>el, mipsisa64r2<foo>el, mipsisa64<foo>el, mipsisa64r2<foo>el, mips<foo>el
| <foo>
|
mipsisa32r2<foo>, mipsisa64r2<foo>, mipsisa64<foo>, mipsisa64r2<foo>, mips<foo>
| <foo>
|
If the CPU is 'from-abi' consult the from-abi section.
from-abi
ABI
| -mgp32
| CPU from Triple
| ISA
|
O32
| N/A
| N/A
| MIPS-I
|
N32, N64, O64
| N/A
| N/A
| MIPS-III
|
N/A
| -mgp32
| N/A
| MIPS-I
|
N/A
| -mgp64
| N/A
| MIPS-III
|
N/A
| N/A
| mips64*
| MIPS-III
|
N/A
| N/A
| N/A
| MIPS-I
|
- [1] binutils-gdb.git gas/configure.in
- [2] binutils-gdb.git gas/config/tc-mips.c
|
|