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:
Hans-Peter Nilsson 2023-02-16 01:22:15 +01:00 committed by Hans-Peter Nilsson
parent 29a3539193
commit 88e02a1de7

View file

@ -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