mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-12 22:11:29 +02:00
Add i686-w64-mingw32 as w32 toolchain to autogen.sh.
--
This commit is contained in:
parent
75ba215ebd
commit
161ea8c822
@ -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"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user