ecoff testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / tls_common.exp
index 3e14ccfc21565bd2719b519d4a54674d104744cf..2b6532550fdc9ee18b8298f476a4763570ae386c 100644 (file)
 
 # Make sure that binutils can correctly handle ld output in ELF.
 
-if { ![istarget *-*-linux*]
-     && ![istarget arm*-*-uclinuxfdpiceabi]
-     && ![istarget *-*-nacl*]
-     && ![istarget *-*-gnu*] } {
+if { !([istarget *-*-linux*]
+       || [istarget arm*-*-uclinuxfdpiceabi]
+       || [istarget *-*-nacl*]
+       || [istarget *-*-gnu*]) || [istarget *ecoff] } then {
     return
 }
 
This page took 0.023953 seconds and 4 git commands to generate.