diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2013-03-05 11:52:12 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2013-03-05 11:52:12 +0000 |
commit | ee36d91878ff644d64438a90d5c6ff5d3fe91746 (patch) | |
tree | 64148e4cac71242577de2d8e8340e48c8648b97c /binutils/configure | |
parent | 48385e3898c873fb2c08a149e2ed95a95502ddc4 (diff) | |
download | gdb-ee36d91878ff644d64438a90d5c6ff5d3fe91746.zip gdb-ee36d91878ff644d64438a90d5c6ff5d3fe91746.tar.gz gdb-ee36d91878ff644d64438a90d5c6ff5d3fe91746.tar.bz2 |
* configure.in: Build DLL tools on x86_64-*-cygwin* as well.
* configure: Regenerate.
Diffstat (limited to 'binutils/configure')
-rwxr-xr-x | binutils/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/configure b/binutils/configure index 7c162ad..2193ae8 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" |