Improve binutils testsuite coverage for GNU/Hurd.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / i386 / i386.exp
index 2ca4bd535f005977ea88b887540683fcb98ae747..5b33e67f2c6a63e052c303ef756c1cc13e1e45bc 100644 (file)
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
 
-if {!([istarget "i*86-*-linux*"] || [istarget "x86_64-*-linux*"]) || ![is_elf_format] || [is_remote host]} then {
+if {!([istarget "i*86-*-linux*"]
+      || [istarget "i*86-*-gnu*"]
+      || [istarget "x86_64-*-linux*"])
+    || ![is_elf_format]
+    || [is_remote host]} then {
     return
 }
 
This page took 0.023861 seconds and 4 git commands to generate.