[committed] testsuite: check_effective_target_lra: CRIS is LRA
Checks
Commit Message
Left-over from r14-383-gfaf8bea79b6256.
* lib/target-supports.exp (check_effective_target_lra): Remove
cris-*-* from expression for exceptions to LRA.
---
gcc/testsuite/lib/target-supports.exp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
@@ -12278,7 +12278,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