summaryrefslogtreecommitdiffstats
path: root/config/mt-sde
diff options
context:
space:
mode:
authorcvs2svn <>2007-10-30 15:18:30 +0000
committercvs2svn <>2007-10-30 15:18:30 +0000
commit79a902d95351f8fe9e7b734b9254db920596a0f2 (patch)
tree58ca3ae9f610847e3e1ac34d6e91d7934e96a733 /config/mt-sde
parente5102b0b65330227a1f2d10f8ccf0130d0525289 (diff)
downloadcygnal-sid-snapshot-20071101.tar.gz
cygnal-sid-snapshot-20071101.tar.bz2
cygnal-sid-snapshot-20071101.zip
This commit was manufactured by cvs2svn to create tag 'sid-sid-snapshot-20071101
snapshot-20071101'. Sprout from gdb_6_7-branch 2007-09-07 07:38:48 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_6_7-branch'.' Cherrypick from master 2007-10-30 15:18:29 UTC Nick Clifton <nickc@redhat.com> '* mn10300.h (R_MN10300_ALIGN): Define.': ChangeLog MAINTAINERS Makefile.def Makefile.in Makefile.tpl config/ChangeLog config/mh-mingw config/mt-mips-elfoabi config/mt-sde config/no-executables.m4 config/tls.m4 configure configure.ac include/elf/ChangeLog include/elf/common.h include/elf/cr16.h include/elf/internal.h include/elf/m68k.h include/elf/mn10300.h include/elf/ppc.h include/gdb/ChangeLog include/gdb/callback.h include/gdb/sim-ppc.h src-release Delete: djunpack.bat texinfo/texinfo.tex
Diffstat (limited to 'config/mt-sde')
-rw-r--r--config/mt-sde20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/mt-sde b/config/mt-sde
index fbdc081fe..775e50dd7 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