summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2007-09-20 20:03:31 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2007-09-20 20:03:31 +0000
commit2d2e75dd6748fb5970ec0a36867f31ef5f7b6581 (patch)
treea8db5386ffab6be827f9ce7c5cd2b370ce07a606 /configure.ac
parent1ceec140c05c46847315beb239f0d961f9aa10f8 (diff)
downloadcygnal-2d2e75dd6748fb5970ec0a36867f31ef5f7b6581.tar.gz
cygnal-2d2e75dd6748fb5970ec0a36867f31ef5f7b6581.tar.bz2
cygnal-2d2e75dd6748fb5970ec0a36867f31ef5f7b6581.zip
* configure.ac (mipsisa*-*-elfoabi*): New stanza.
* configure: Regenerate. config/ * mt-mips-elfoabi: New file.
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 a79abb66b..5c5518e2a 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"
;;