summaryrefslogtreecommitdiff
path: root/binutils/configure
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-03-05 11:52:12 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-03-05 11:52:12 +0000
commita179050c730a746ccf9ff66fc2d5e0a910cdc9db (patch)
tree6a4950c516c82ed994f21b2769f35aa46cfbcd17 /binutils/configure
parentccd2028b50781b090b7da54c295237c347f8f746 (diff)
downloadbinutils-redhat-a179050c730a746ccf9ff66fc2d5e0a910cdc9db.tar.gz
* configure.in: Build DLL tools on x86_64-*-cygwin* as well.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-xbinutils/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure
index 7c162ad706..2193ae828c 100755
--- a/binutils/configure
+++ b/binutils/configure
@@ -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"