From f3b1e08efea8eb836809b4dea4bfe7a0d10ba542 Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Thu, 20 Sep 2007 20:03:31 +0000 Subject: * configure.ac (mipsisa*-*-elfoabi*): New stanza. * configure: Regenerate. config/ * mt-mips-elfoabi: New file. --- config/ChangeLog | 4 ++++ config/mt-mips-elfoabi | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 config/mt-mips-elfoabi (limited to 'config') diff --git a/config/ChangeLog b/config/ChangeLog index faf4d3c..868e0e8 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2007-09-20 Richard Sandiford + + * mt-mips-elfoabi: New file. + 2007-09-07 Richard Sandiford * mt-sde (CFLAGS_FOR_TARGET): Add -mno-gpopt. diff --git a/config/mt-mips-elfoabi b/config/mt-mips-elfoabi new file mode 100644 index 0000000..49c8ecd --- /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.1