diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2023-02-16 01:22:15 +0100 |
---|---|---|
committer | Hans-Peter Nilsson <hp@bitrange.com> | 2023-02-16 01:22:15 +0100 |
commit | 88e02a1de7b4702c032f5a16ffd360c61a4439aa (patch) | |
tree | 6b65c2185966e95abd157907e25f93d67068195c /gcc | |
parent | 29a3539193b4421908115df61cdbe3e092b37854 (diff) | |
download | gcc-88e02a1de7b4702c032f5a16ffd360c61a4439aa.zip gcc-88e02a1de7b4702c032f5a16ffd360c61a4439aa.tar.gz gcc-88e02a1de7b4702c032f5a16ffd360c61a4439aa.tar.bz2 |
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.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 227e300..59be4fc 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -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 |