mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-23 11:44:41 +08:00
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
This commit is contained in:
parent
c9b69ba258
commit
3763219571
gcc/testsuite
@ -1,3 +1,8 @@
|
||||
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>
|
||||
|
||||
* gcc.dg/format/c90-scanf-5.c: New test.
|
||||
|
@ -373,7 +373,7 @@ proc check_profiling_available { test_what } {
|
||||
|| [istarget m32c-*-elf]
|
||||
|| [istarget m68k-*-elf]
|
||||
|| [istarget m68k-*-uclinux*]
|
||||
|| [istarget mips*-*-elf]
|
||||
|| [istarget mips*-*-elf*]
|
||||
|| [istarget xtensa-*-elf]
|
||||
|| [istarget *-*-vxworks*]
|
||||
|| [istarget *-*-windiss] } {
|
||||
|
Loading…
Reference in New Issue
Block a user