From: Hans-Peter Nilsson Date: Thu, 16 Feb 2023 00:22:15 +0000 (+0100) Subject: testsuite: Add CRIS to check_effective_target_lra non-LRA list X-Git-Tag: basepoints/gcc-14~1136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e02a1de7b4702c032f5a16ffd360c61a4439aa;p=thirdparty%2Fgcc.git testsuite: Add CRIS to check_effective_target_lra non-LRA list gcc/testsuite: * lib/target-supports.exp (check_effective_target_lra): Add CRIS as a non-LRA target. --- diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 227e3004077a..59be4fc9dc99 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -12192,7 +12192,7 @@ proc check_effective_target_o_flag_in_section { } { # return 1 if LRA is supported. proc check_effective_target_lra { } { - if { [istarget hppa*-*-*] } { + if { [istarget hppa*-*-*] || [istarget cris-*-*] } { return 0 } return 1