aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-11-16 09:35:33 +0000
committerWerner Koch <[email protected]>2013-04-22 18:27:44 +0000
commitabbee36cff448bc3960ab4c20e99869ced88ded4 (patch)
tree5474cf79507f265487bdb831be1dd8f00655bbf3
parentFix potential heap corruption in "gpg -v --version". (diff)
downloadgnupg-abbee36cff448bc3960ab4c20e99869ced88ded4.tar.gz
gnupg-abbee36cff448bc3960ab4c20e99869ced88ded4.zip
Try to use w64 toolchain for --build-w32.
--
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 289c21ee6..646b8a0da 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -62,7 +62,7 @@ if test "$1" = "--build-w32"; then
# Locate the cross compiler
crossbindir=
- for host in i586-mingw32msvc i386-mingw32msvc mingw32; do
+ for host in i686-w64-mingw32 i586-mingw32msvc i386-mingw32msvc mingw32; do
if ${host}-gcc --version >/dev/null 2>&1 ; then
crossbindir=/usr/${host}/bin
conf_CC="CC=${host}-gcc"