diff options
Diffstat (limited to 'binutils-2.24/configure')
-rwxr-xr-x | binutils-2.24/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils-2.24/configure b/binutils-2.24/configure index ee45e1b..bae77b4 100755 --- a/binutils-2.24/configure +++ b/binutils-2.24/configure @@ -3770,7 +3770,7 @@ case "${target}" in microblaze*) noconfigdirs="$noconfigdirs gprof" ;; - mips*-sde-elf* | mips*-mti-elf*) + mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) if test x$with_newlib = xyes; then noconfigdirs="$noconfigdirs gprof" fi @@ -6926,7 +6926,7 @@ case "${target}" in spu-*-*) target_makefile_frag="config/mt-spu" ;; - mips*-sde-elf* | mips*-mti-elf*) + mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*) target_makefile_frag="config/mt-sde" ;; mipsisa*-*-elfoabi*) |