diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-16 06:47:17 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2008-08-16 06:47:17 +0000 |
commit | 59c59569055f9855760bc6ea699182faf5792ce0 (patch) | |
tree | 61e7f30214fcbb4fea6e5efb8c4e5c82a7b2ae8d /config/mt-mips-gnu | |
parent | 9258eca9d4a23ccaa0caf9b5b01020613b2d3ffa (diff) | |
download | cygnal-59c59569055f9855760bc6ea699182faf5792ce0.tar.gz cygnal-59c59569055f9855760bc6ea699182faf5792ce0.tar.bz2 cygnal-59c59569055f9855760bc6ea699182faf5792ce0.zip |
* 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-mips-gnu')
-rw-r--r-- | config/mt-mips-gnu | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mt-mips-gnu b/config/mt-mips-gnu new file mode 100644 index 000000000..a8198c03f --- /dev/null +++ b/config/mt-mips-gnu @@ -0,0 +1,2 @@ +include $(srcdir)/config/mt-gnu +include $(srcdir)/config/mt-mips16-compat |