ecoff testsuite fixes
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / binutils.exp
index ecaecdd05bf47ef28903bf4012982ef1ea453125..fc54c9869fa7b5f0d3652093e1d88796e263334f 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.023814 seconds and 4 git commands to generate.