2012-09-21 Steve Ellcey <sellcey@mips.com>
* configure.ac: Add mips*-mti-elf* target. * configure: Regenerate.
This commit is contained in:
parent
0c770d168d
commit
7e86b13b12
|
@ -1,3 +1,8 @@
|
|||
2012-09-21 Steve Ellcey <sellcey@mips.com>
|
||||
|
||||
* configure.ac: Add mips*-mti-elf* target.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-09-19 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* configure.ac (host_libs): Add libbacktrace.
|
||||
|
|
|
@ -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*)
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in New Issue