diff options
Diffstat (limited to 'ld/testsuite/ld-checks/checks.exp')
-rw-r--r-- | ld/testsuite/ld-checks/checks.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-checks/checks.exp b/ld/testsuite/ld-checks/checks.exp index f9478df..66bf08b 100644 --- a/ld/testsuite/ld-checks/checks.exp +++ b/ld/testsuite/ld-checks/checks.exp @@ -25,7 +25,7 @@ proc section_check {} { global subdir # The usage of .lcomm in asm.s is incompatible with ia64 and ppc coff. - if { [istarget ia64-*-elf*] || [istarget ia64-*-linux*] + if { [istarget ia64-*-elf*] || [istarget ia64-*-*] || [istarget powerpc*-*-aix*] || [istarget powerpc-*-beos*] || [istarget rs6000-*-*] } { return |