aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorrsandifo <>2007-09-20 19:01:34 +0000
committerrsandifo <>2007-09-20 19:01:34 +0000
commit3b3665a48972e586af57692d2e89afde0265301c (patch)
tree8345d7279012b8f1544b4b9ab28e8b7ad850e573 /configure
parentaa2c19dedbfd04cf59c6ee3546f7f2fe99a57141 (diff)
* 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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 4e7747df4a7..eca027f19e3 100755
--- a/configure
+++ b/configure
@@ -5279,6 +5279,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"
;;