From 1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 20 Sep 2007 20:01:34 +0000 Subject: configure.ac (mipsisa*-*-elfoabi*): New stanza. * configure.ac (mipsisa*-*-elfoabi*): New stanza. * configure: Regenerate. config/ * mt-mips-elfoabi: New file. gcc/ * doc/invoke.texi (-minterlink-mips16): Document. * config/mips/mips.opt (minterlink-mips16): New option. * config/mips/mips.c (mips_function_ok_for_sibcall): Handle -minterlink-mips16 From-SVN: r128625 --- config/mt-mips-elfoabi | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/mt-mips-elfoabi (limited to 'config/mt-mips-elfoabi') diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi new file mode 100644 index 00000000000..49c8ecd32ba --- /dev/null +++ b/config/mt-mips-elfoabi @@ -0,0 +1,6 @@ +# The *-elfoabi configurations are intended to be usable for both +# MIPS16 and non-MIPS16 code, but the libraries are all non-MIPS16. +# Add -minterlink-mips16 so that the libraries can be used with both +# ISA modes. +CFLAGS_FOR_TARGET = -minterlink-mips16 +CXXFLAGS_FOR_TARGET = -minterlink-mips16 -- cgit v1.2.1