target-supports.exp (check_profiling_available): Extend mips*-*-elf check to mips...
authorRichard Sandiford <rsandifo@nildram.co.uk>
Mon, 17 Sep 2007 23:44:00 +0000 (23:44 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Mon, 17 Sep 2007 23:44:00 +0000 (23:44 +0000)
gcc/testsuite/
* lib/target-supports.exp (check_profiling_available): Extend
mips*-*-elf check to mips*-*-elf*.

From-SVN: r128564

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index 1583b66..86d1b8e 100644 (file)
@@ -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.
index b00a0e8..0a74b3d 100644 (file)
@@ -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] } {