summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2007-09-20 20:01:34 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2007-09-20 20:01:34 +0000
commit1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6 (patch)
tree8345d7279012b8f1544b4b9ab28e8b7ad850e573 /configure.ac
parentf25bf34f06bd8a1ada0928e402acbe984a199dbb (diff)
downloadgcc-1ec3b87bb2a787a5e2a50fb984dc3d48f08a4ec6.tar.gz
configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure.ac (mipsisa*-*-elfoabi*): New stanza. * configure: Regenerate. config/ * mt-mips-elfoabi: New file. gcc/ * doc/invoke.texi (-minterlink-mips16): Document. * config/mips/mips.opt (minterlink-mips16): New option. * config/mips/mips.c (mips_function_ok_for_sibcall): Handle -minterlink-mips16 From-SVN: r128625
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6e490fc3f47..1496347d86a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1798,6 +1798,9 @@ case "${target}" in
mips*-sde-elf*)
target_makefile_frag="config/mt-sde"
;;
+ mipsisa*-*-elfoabi*)
+ target_makefile_frag="config/mt-mips-elfoabi"
+ ;;
*-*-netware*)
target_makefile_frag="config/mt-netware"
;;