summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Ellcey <sje@cup.hp.com>2012-09-21 15:16:59 +0000
committerSteve Ellcey <sje@cup.hp.com>2012-09-21 15:16:59 +0000
commit809f498ec92a70955e97a08461af112a315ddbfd (patch)
tree1e49993e8f19d098e8be939d5c777f951b6b5003 /configure.ac
parentb4f465834fbca0e9eb74ceb43a9300f43722a4f1 (diff)
downloadbinutils-redhat-809f498ec92a70955e97a08461af112a315ddbfd.tar.gz
2012-09-21 Steve Ellcey <sellcey@mips.com>
* configure.ac: Add mips*-mti-elf* target. * configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 85bfc648e1..aea8c176c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1028,7 +1028,7 @@ case "${target}" in
microblaze*)
noconfigdirs="$noconfigdirs gprof"
;;
- mips*-sde-elf*)
+ mips*-sde-elf* | mips*-mti-elf*)
if test x$with_newlib = xyes; then
noconfigdirs="$noconfigdirs gprof"
fi
@@ -2220,7 +2220,7 @@ case "${target}" in
spu-*-*)
target_makefile_frag="config/mt-spu"
;;
- mips*-sde-elf*)
+ mips*-sde-elf* | mips*-mti-elf*)
target_makefile_frag="config/mt-sde"
;;
mipsisa*-*-elfoabi*)