aboutsummaryrefslogtreecommitdiff
path: root/binutils/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-01-08 17:21:50 +0000
committerNick Clifton <nickc@redhat.com>2007-01-08 17:21:50 +0000
commit42037fe5bbb1bc401de372fca49768eeef2c21dc (patch)
tree8cf3daeabc86ea33e51a586928fd693df91393bd /binutils/configure.in
parentf9967789c6c7c657c099ff6526640d1cc2c36032 (diff)
downloadgdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.zip
gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.gz
gdb-42037fe5bbb1bc401de372fca49768eeef2c21dc.tar.bz2
Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r--binutils/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure.in b/binutils/configure.in
index bf95051..4036953 100644
--- a/binutils/configure.in
+++ b/binutils/configure.in
@@ -264,7 +264,7 @@ changequote([,])dnl
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
;;
- x86_64-*-mingw64*)
+ x86_64-*-mingw*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'