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.
This commit is contained in:
parent
29a3539193
commit
88e02a1de7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue