]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2007 23:44:00 +0000 (23:44 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 17 Sep 2007 23:44:00 +0000 (23:44 +0000)
* lib/target-supports.exp (check_profiling_available): Extend
mips*-*-elf check to mips*-*-elf*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128564 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1583b66decd9e9701e5ca762f3f2832e31782762..86d1b8e19700032c3d2895d2214c66ffebc863b6 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 b00a0e853a79a4ab02093b7b64f1197d6129f453..0a74b3d9e79e9cc7d62c784a8a56792cad32ed36 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] } {