* configure.in: Build DLL tools on x86_64-*-cygwin* as well.

* configure: Regenerate.
This commit is contained in:
Corinna Vinschen
2013-03-05 11:52:12 +00:00
parent 48385e3898
commit ee36d91878
3 changed files with 7 additions and 2 deletions

2
binutils/configure vendored
View File

@@ -13996,7 +13996,7 @@ do
BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
;;
x86_64-*-mingw*)
x86_64-*-mingw* | x86_64-*-cygwin*)
BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
if test -z "$DLLTOOL_DEFAULT"; then
DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"