From: Steve Ellcey Date: Fri, 21 Sep 2012 15:16:59 +0000 (+0000) Subject: 2012-09-21 Steve Ellcey X-Git-Tag: sid-snapshot-20121001~78 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d09bbf000469737045fd17ef5b12fdd25db0b989;p=platform%2Fupstream%2Fbinutils.git 2012-09-21 Steve Ellcey * configure.ac: Add mips*-mti-elf* target. * configure: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index d17a199..f0893d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-09-21 Steve Ellcey + + * configure.ac: Add mips*-mti-elf* target. + * configure: Regenerate. + 2012-09-19 Ian Lance Taylor * configure.ac (host_libs): Add libbacktrace. diff --git a/configure b/configure index 727ff7c..77397f3 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*) diff --git a/configure.ac b/configure.ac index 85bfc64..aea8c17 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*)