summaryrefslogtreecommitdiff
path: root/configure
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
commit2807575223e4d2d0fe4aa0239b7e61a9988bc081 (patch)
tree4f6b5ede9736e4de79733dfe6094431a332fa3ce /configure
parenta95f2d3a4ae547c500b79b1cf9eac872b33ae3e4 (diff)
downloadgdb-2807575223e4d2d0fe4aa0239b7e61a9988bc081.tar.gz
2012-09-21 Steve Ellcey <sellcey@mips.com>
* configure.ac: Add mips*-mti-elf* target. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 727ff7cc8d4..77397f386f3 100755
--- a/configure
+++ b/configure
@@ -3637,7 +3637,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
@@ -6646,7 +6646,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*)