diff options
author | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-19 20:46:44 +0000 |
---|---|---|
committer | sje <sje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-09-19 20:46:44 +0000 |
commit | 62f0972ffb66da884573fbba8ffc285849c8c09d (patch) | |
tree | 20a435a79bb574d806f28496947483beb5e685f8 /configure.ac | |
parent | e779f859e252d62008aac8db88b3f775940aabd4 (diff) | |
download | gcc-62f0972ffb66da884573fbba8ffc285849c8c09d.tar.gz |
2012-09-19 Steve Ellcey <sellcey@mips.com>
* configure.ac: Add mips*-mti-elf* target.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191501 138bc75d-0d04-0410-961f-82ee72b054a4
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 a5a443ded58..4ce441ecca0 100644 --- a/configure.ac +++ b/configure.ac @@ -1042,7 +1042,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 @@ -2261,7 +2261,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*) |