summaryrefslogtreecommitdiff
path: root/config/mt-mips16-compat
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2008-08-16 06:47:17 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2008-08-16 06:47:17 +0000
commit62308a99da035b2ef49b285e86b9cbbb762d42e6 (patch)
tree6154a14874b7932eb3ab71394dba3d34479d49dc /config/mt-mips16-compat
parentcc0068f2e1d7a34c47292f6aa3d8011ebc19ac62 (diff)
downloadgdb-62308a99da035b2ef49b285e86b9cbbb762d42e6.tar.gz
* 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.
Diffstat (limited to 'config/mt-mips16-compat')
-rw-r--r--config/mt-mips16-compat5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/mt-mips16-compat b/config/mt-mips16-compat
new file mode 100644
index 00000000000..7e36791e67f
--- /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