aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/dlltool.exp
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/testsuite/binutils-all/dlltool.exp')
-rw-r--r--binutils/testsuite/binutils-all/dlltool.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/testsuite/binutils-all/dlltool.exp b/binutils/testsuite/binutils-all/dlltool.exp
index 96b6782..af0145d 100644
--- a/binutils/testsuite/binutils-all/dlltool.exp
+++ b/binutils/testsuite/binutils-all/dlltool.exp
@@ -14,14 +14,14 @@
# 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-*-*"] && ![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"