]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
testsuite: check_effective_target_lra: CRIS is LRA
authorHans-Peter Nilsson <hp@axis.com>
Fri, 16 Jun 2023 16:38:34 +0000 (18:38 +0200)
committerHans-Peter Nilsson <hp@bitrange.com>
Wed, 28 Jun 2023 21:20:01 +0000 (23:20 +0200)
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

index c04db2be7f97be083fdffdc1dc5c3d386d581e4d..4d04df2a70991e00ae69c68438e54728cb499a29 100644 (file)
@@ -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