From 7ee757fbcff253bf46b35a4dac20a3d01dd8f682 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Sat, 16 Aug 2008 06:47:17 +0000 Subject: * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu. * configure: Regenerate. config/ * mt-mips16-compat: New file, taken from mt-mips-elfoabi. * mt-mips-elfoabi: Include mt-mips16-compat. * mt-mips-gnu: New file. --- config/mt-mips16-compat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/mt-mips16-compat (limited to 'config/mt-mips16-compat') diff --git a/config/mt-mips16-compat b/config/mt-mips16-compat new file mode 100644 index 0000000000..7e36791e67 --- /dev/null +++ b/config/mt-mips16-compat @@ -0,0 +1,5 @@ +# Configurations use this fragment if they support MIPS16 and non-MIPS16 code, +# but if 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