From 3763219571b7339b0f583fddbb3b36ed7aa55ceb Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Mon, 17 Sep 2007 23:44:00 +0000 Subject: [PATCH] target-supports.exp (check_profiling_available): Extend mips*-*-elf check to mips*-*-elf*. gcc/testsuite/ * lib/target-supports.exp (check_profiling_available): Extend mips*-*-elf check to mips*-*-elf*. From-SVN: r128564 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/lib/target-supports.exp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1583b66decd..86d1b8e1970 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2007-09-18 Richard Sandiford + + * lib/target-supports.exp (check_profiling_available): Extend + mips*-*-elf check to mips*-*-elf*. + 2007-09-18 Jakub Jelinek * gcc.dg/format/c90-scanf-5.c: New test. diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index b00a0e853a7..0a74b3d9e79 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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] } { -- 2.30.2