From: Richard Sandiford Date: Mon, 16 Apr 2007 17:18:08 +0000 (+0000) Subject: target-supports.exp (check_profiling_available): Return false for m68k-*-uclinux. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f8b45d4f5425d9fae598b8a09a29a1ed46db7145;p=gcc.git target-supports.exp (check_profiling_available): Return false for m68k-*-uclinux. * lib/target-supports.exp (check_profiling_available): Return false for m68k-*-uclinux. From-SVN: r123881 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 761a0ae7b50..be2334ab408 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-04-16 Richard Sandiford + + * lib/target-supports.exp (check_profiling_available): Return + false for m68k-*-uclinux. + 2007-04-16 Seongbae Park PR c++/29365 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 9966197c16c..c6309665825 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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*]