summaryrefslogtreecommitdiff
path: root/config/mt-mips-elfoabi
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-09-20 20:03:31 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2007-09-20 20:03:31 +0000
commit73e9c0cb016e0ad9203092c3110c85f32256078f (patch)
treec61e877d7f94114fed5056c5670ad19fe2d66d7e /config/mt-mips-elfoabi
parentcb7b6eb36391061508eeda94ce30c4018ce585f9 (diff)
downloadgdb-73e9c0cb016e0ad9203092c3110c85f32256078f.tar.gz
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate. config/ * mt-mips-elfoabi: New file.
Diffstat (limited to 'config/mt-mips-elfoabi')
-rw-r--r--config/mt-mips-elfoabi6
1 files changed, 6 insertions, 0 deletions
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