]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2012-09-21 Steve Ellcey <sellcey@mips.com>
authorSteve Ellcey <sje@cup.hp.com>
Fri, 21 Sep 2012 15:16:59 +0000 (15:16 +0000)
committerSteve Ellcey <sje@cup.hp.com>
Fri, 21 Sep 2012 15:16:59 +0000 (15:16 +0000)
* configure.ac: Add mips*-mti-elf* target.
* configure: Regenerate.

ChangeLog
configure
configure.ac

index d17a199b3545dc563fb7afc150fdefe4283963e3..f0893d7c28efcd144020b69d381d0d860fedf435 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-09-21  Steve Ellcey  <sellcey@mips.com>
+
+       * configure.ac: Add mips*-mti-elf* target.
+       * configure: Regenerate.
+
 2012-09-19  Ian Lance Taylor  <iant@google.com>
 
        * configure.ac (host_libs): Add libbacktrace.
index 727ff7cc8d4672febc2ac7f21036db64b6bec6c4..77397f386f305fbcf04e22877b1373ed969fc1a0 100755 (executable)
--- 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*)
index 85bfc648e1426d6a690d1b8ed1ab3f0c0f0ce894..aea8c176c81054ab1f2080dab27b1669eb5560b3 100644 (file)
@@ -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*)