From 2807575223e4d2d0fe4aa0239b7e61a9988bc081 Mon Sep 17 00:00:00 2001 From: Steve Ellcey Date: Fri, 21 Sep 2012 15:16:59 +0000 Subject: 2012-09-21 Steve Ellcey * configure.ac: Add mips*-mti-elf* target. * configure: Regenerate. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 85bfc648e14..aea8c176c81 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*) -- cgit v1.2.1