From: Hans-Peter Nilsson Date: Fri, 16 Jun 2023 16:38:34 +0000 (+0200) Subject: testsuite: check_effective_target_lra: CRIS is LRA X-Git-Tag: basepoints/gcc-15~7965 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0c298ec9ed049740590dc85af6afcc2f729b61;p=thirdparty%2Fgcc.git testsuite: check_effective_target_lra: CRIS is LRA Left-over from r14-383-gfaf8bea79b6256. * lib/target-supports.exp (check_effective_target_lra): Remove cris-*-* from expression for exceptions to LRA. --- diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index c04db2be7f97..4d04df2a7099 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -12358,7 +12358,7 @@ proc check_effective_target_o_flag_in_section { } { # return 1 if LRA is supported. proc check_effective_target_lra { } { - if { [istarget hppa*-*-*] || [istarget cris-*-*] || [istarget avr-*-*] } { + if { [istarget hppa*-*-*] || [istarget avr-*-*] } { return 0 } return 1