[gcc r11-3226] C-SKY: Refine target name for elf target test

qu xianmiao@gcc.gnu.org
Wed Sep 16 11:36:03 GMT 2020


https://gcc.gnu.org/g:d66f83c25b1e37b5b6d60a368366269ff7c5260b

commit r11-3226-gd66f83c25b1e37b5b6d60a368366269ff7c5260b
Author: Jojo R <jiejie_rong@c-sky.com>
Date:   Wed Sep 16 18:34:43 2020 +0800

    C-SKY: Refine target name for elf target test
    
    gcc/testsuite/ChangeLog:
    
            * lib/target-supports.exp (check_profiling_available): Refine name of elf target.

Diff:
---
 gcc/testsuite/lib/target-supports.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp
index 6881b66cd23..60f76dbd607 100644
--- a/gcc/testsuite/lib/target-supports.exp
+++ b/gcc/testsuite/lib/target-supports.exp
@@ -698,7 +698,7 @@ proc check_profiling_available { test_what } {
 	     || [istarget avr-*-*]
 	     || [istarget bfin-*-*]
 	     || [istarget cris-*-*]
-	     || [istarget csky-*-elf]
+	     || [istarget csky-*-elf*]
 	     || [istarget fido-*-elf]
 	     || [istarget h8300-*-*]
 	     || [istarget lm32-*-*]


More information about the Gcc-cvs mailing list