diff options
author | Steve Ellcey <sellcey@mips.com> | 2012-09-21 15:16:59 +0000 |
---|---|---|
committer | Steve Ellcey <sellcey@mips.com> | 2012-09-21 15:16:59 +0000 |
commit | 7e86b13b125ca706f5e743fc100a7866900f6531 (patch) | |
tree | e5470ae0a98033fa1bd14106b9f9f1e88dbaa69a /configure.ac | |
parent | 0c770d168de0122f0682cab4ba1c417114e5b7c5 (diff) | |
download | newlib-7e86b13b125ca706f5e743fc100a7866900f6531.zip newlib-7e86b13b125ca706f5e743fc100a7866900f6531.tar.gz newlib-7e86b13b125ca706f5e743fc100a7866900f6531.tar.bz2 |
2012-09-21 Steve Ellcey <sellcey@mips.com>
* configure.ac: Add mips*-mti-elf* target.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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*) |