Commit 37632195 by Richard Sandiford Committed by Richard Sandiford

target-supports.exp (check_profiling_available): Extend mips*-*-elf check to mips*-*-elf*.

gcc/testsuite/
	* lib/target-supports.exp (check_profiling_available): Extend
	mips*-*-elf check to mips*-*-elf*.

From-SVN: r128564
parent c9b69ba2
2007-09-18 Richard Sandiford <rsandifo@nildram.co.uk>
* lib/target-supports.exp (check_profiling_available): Extend
mips*-*-elf check to mips*-*-elf*.
2007-09-18 Jakub Jelinek <jakub@redhat.com> 2007-09-18 Jakub Jelinek <jakub@redhat.com>
* gcc.dg/format/c90-scanf-5.c: New test. * gcc.dg/format/c90-scanf-5.c: New test.
...@@ -373,7 +373,7 @@ proc check_profiling_available { test_what } { ...@@ -373,7 +373,7 @@ proc check_profiling_available { test_what } {
|| [istarget m32c-*-elf] || [istarget m32c-*-elf]
|| [istarget m68k-*-elf] || [istarget m68k-*-elf]
|| [istarget m68k-*-uclinux*] || [istarget m68k-*-uclinux*]
|| [istarget mips*-*-elf] || [istarget mips*-*-elf*]
|| [istarget xtensa-*-elf] || [istarget xtensa-*-elf]
|| [istarget *-*-vxworks*] || [istarget *-*-vxworks*]
|| [istarget *-*-windiss] } { || [istarget *-*-windiss] } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment