target-supports.exp (check_profiling_available): Return false for m68k-*-uclinux.
authorRichard Sandiford <richard@codesourcery.com>
Mon, 16 Apr 2007 17:18:08 +0000 (17:18 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 16 Apr 2007 17:18:08 +0000 (17:18 +0000)
* lib/target-supports.exp (check_profiling_available): Return
false for m68k-*-uclinux.

From-SVN: r123881

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

index 761a0ae7b5010ca8ffe6fc3003c6401369eeb475..be2334ab4080642b48c90b4243bde271031ea974 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-16  Richard Sandiford  <richard@codesourcery.com>
+
+       * lib/target-supports.exp (check_profiling_available): Return
+       false for m68k-*-uclinux.
+
 2007-04-16  Seongbae Park <seongbae.park@gmail.com>
 
        PR c++/29365
index 9966197c16c157ec5823665c44818a049c810398..c6309665825c5a0067a6f91bed49fca7d26bc0aa 100644 (file)
@@ -364,6 +364,7 @@ proc check_profiling_available { test_what } {
             || [istarget h8300-*-*]
             || [istarget m32c-*-elf]
             || [istarget m68k-*-elf]
+            || [istarget m68k-*-uclinux*]
             || [istarget mips*-*-elf]
             || [istarget xtensa-*-elf]
             || [istarget *-*-vxworks*]