mt-sde: New file.
[gcc.git] / config / mt-sde
1 # We default to building libraries optimised for size. We switch off
2 # sibling-call optimization to permit interlinking of MIPS16 and
3 # non-MIPS16 functions. The -mcode-xonly option allows MIPS16
4 # libraries to run on Harvard-style split I/D memories, so long as
5 # they have the D-to-I redirect for pc-relative loads.
6
7 CFLAGS_FOR_TARGET = -Os -fno-optimize-sibling-calls -mcode-xonly
8 CXXFLAGS_FOR_TARGET = -Os -fno-optimize-sibling-calls -mcode-xonly