]>
Commit | Line | Data |
---|---|---|
f3b1e08e RS |
1 | # The *-elfoabi configurations are intended to be usable for both |
2 | # MIPS16 and non-MIPS16 code, but the libraries are all non-MIPS16. | |
3 | # Add -minterlink-mips16 so that the libraries can be used with both | |
4 | # ISA modes. | |
1c9e0298 RS |
5 | CFLAGS_FOR_TARGET += -minterlink-mips16 |
6 | CXXFLAGS_FOR_TARGET += -minterlink-mips16 |