aboutsummaryrefslogtreecommitdiff
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
commitf3b1e08efea8eb836809b4dea4bfe7a0d10ba542 (patch)
treef3867ca13ba3ea4185375ecea610bad8a88105f1 /configure.ac
parent8c838dbd52a91ecd0c1080f6d301ccd2314fff9d (diff)
downloadgdb-f3b1e08efea8eb836809b4dea4bfe7a0d10ba542.zip
gdb-f3b1e08efea8eb836809b4dea4bfe7a0d10ba542.tar.gz
gdb-f3b1e08efea8eb836809b4dea4bfe7a0d10ba542.tar.bz2
* 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 a79abb6..5c5518e 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"
;;