[PATCH] testsuite: enable effective-target sync_char_short on RISC-V
gcc/testuite/ * lib/target-supports.exp (check_effective_target_sync_char_short): Enable for riscv*-*-*.
This commit is contained in:
parent
013e66ea95
commit
e8a3f6bfb8
1 changed files with 1 additions and 0 deletions
|
@ -10051,6 +10051,7 @@ proc check_effective_target_sync_char_short { } {
|
|||
|| ([istarget sparc*-*-*] && [check_effective_target_sparc_v9])
|
||||
|| ([istarget arc*-*-*] && [check_effective_target_arc_atomic])
|
||||
|| [istarget loongarch*-*-*]
|
||||
|| [istarget riscv*-*-*]
|
||||
|| [check_effective_target_mips_llsc] }}]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue