Add i686-w64-mingw32 as w32 toolchain to autogen.sh.

--
This commit is contained in:
Werner Koch 2014-01-08 17:03:21 +01:00
parent 75ba215ebd
commit 161ea8c822
1 changed files with 1 additions and 1 deletions

View File

@ -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"
;;