xref: /netbsd-src/external/gpl3/gdb.old/dist/config/mt-mips16-compat (revision 53d1339bf7f9c7367b35a9e1ebe693f9b047a47b)
1# Configurations use this fragment if they support MIPS16 and non-MIPS16 code,
2# but if the libraries are all non-MIPS16.  Add -minterlink-mips16 so
3# that the libraries can be used with both ISA modes.
4CFLAGS_FOR_TARGET += -minterlink-mips16
5CXXFLAGS_FOR_TARGET += -minterlink-mips16
6