From 161ea8c8229a0f59626bae05ce300313477500c3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 8 Jan 2014 17:03:21 +0100 Subject: [PATCH] Add i686-w64-mingw32 as w32 toolchain to autogen.sh. -- --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 935a45623..05ed1f2b7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -129,7 +129,7 @@ if [ "$myhost" = "w32" ]; then ;; *) [ -z "$w32root" ] && w32root="$HOME/w32root" - toolprefixes="$w32_toolprefixes i586-mingw32msvc" + toolprefixes="$w32_toolprefixes i686-w64-mingw32 i586-mingw32msvc" toolprefixes="$toolprefixes i386-mingw32msvc mingw32" extraoptions="--enable-gpgtar $w32_extraoptions" ;;