From: Paul Brook Date: Fri, 3 Mar 2006 17:42:50 +0000 (+0000) Subject: target-supports.exp (check_profiling_available): Add m68k-*-elf. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e3860a7d0d01e98cb28b892e31adc940369fbc87;p=gcc.git target-supports.exp (check_profiling_available): Add m68k-*-elf. 2006-03-03 Paul Brook * gcc/testsuite/lib/target-supports.exp (check_profiling_available): Add m68k-*-elf. From-SVN: r111681 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8580d28d071..f2c1d6a807c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2006-03-03 Paul Brook + + * gcc/testsuite/lib/target-supports.exp (check_profiling_available): + Add m68k-*-elf. + 2006-03-03 Thomas Koenig PR fortran/25031 diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 49264b6eef6..bf090cd78bb 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -298,6 +298,7 @@ proc check_profiling_available { test_what } { || [istarget xscale*-*-elf] || [istarget cris-*-*] || [istarget h8300-*-*] + || [istarget m68k-*-elf] || [istarget mips*-*-elf] || [istarget xtensa-*-elf] || [istarget *-*-windiss] } {