source: trunk/libs/newlib/src/config/mt-mips16-compat @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 285 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.