Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / windres.exp
index 2c836b8a37d49acba4d54593012d2d962dc98299..eb825d0f736498852db8ca1adb5c1cd263804639 100644 (file)
 
 # Written by DJ Delorie <dj@redhat.com>
 
-if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw64"] } {
+if {![istarget "i*86-*-*"] && ![istarget "x86_64-*-mingw*"] } {
     return
 }
 
 if {![istarget "i*86-*-*pe*"] \
     && ![istarget "i*86-*-cygwin*"] \
     && ![istarget "i*86-*-mingw32*"] \
-    && ![istarget "x86_64-*-mingw64*"] } {
+    && ![istarget "x86_64-*-mingw*"] } {
     set target_xfail "yes"
 } else {
     set target_xfail "no"
This page took 0.024586 seconds and 4 git commands to generate.