X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=config%2Fmt-sde;h=cb204203db835106ba80bd9168b658c8963d4048;hb=8e968876499c1235863e1f5a4de7c5946ad9a49c;hp=fbdc081fe33fd2b8455b4540c443b36ad651c9c4;hpb=671264d986e2666ce30c428dd011341f26358a90;p=pf3gnuchains%2Fgcc-fork.git diff --git a/config/mt-sde b/config/mt-sde index fbdc081fe33..cb204203db8 100644 --- a/config/mt-sde +++ b/config/mt-sde @@ -1,10 +1,10 @@ -# We default to building libraries optimised for size. We switch off -# sibling-call optimization to permit interlinking of MIPS16 and -# non-MIPS16 functions. The -mcode-xonly option allows MIPS16 libraries -# to run on Harvard-style split I/D memories, so long as they have the -# D-to-I redirect for PC-relative loads. -mno-gpopt has two purposes: -# it allows libraries to be used in situations where $gp != our _gp, -# and it allows them to be built with -G8 while retaining link compability -# with -G0 and -G4. -CFLAGS_FOR_TARGET = -Os -fno-optimize-sibling-calls -mcode-xonly -mno-gpopt -CXXFLAGS_FOR_TARGET = -Os -fno-optimize-sibling-calls -mcode-xonly -mno-gpopt +# We default to building libraries optimised for size. We use +# -minterlink-mips16 so that the non-MIPS16 libraries can still be +# linked against partly-MIPS16 code. The -mcode-xonly option allows +# MIPS16 libraries to run on Harvard-style split I/D memories, so long +# as they have the D-to-I redirect for PC-relative loads. -mno-gpopt +# has two purposes: it allows libraries to be used in situations where +# $gp != our _gp, and it allows them to be built with -G8 while +# retaining link compability with -G0 and -G4. +CFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt +CXXFLAGS_FOR_TARGET += -Os -minterlink-mips16 -mcode-xonly -mno-gpopt