diff options
author | Werner Koch <wk@gnupg.org> | 2014-01-08 17:03:21 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-01-08 17:03:21 +0100 |
commit | 161ea8c8229a0f59626bae05ce300313477500c3 (patch) | |
tree | 9f5d681816a6ec4d7d17961f74e466afc977674d /autogen.sh | |
parent | w32: Add macro for the registry key. (diff) | |
download | gnupg2-161ea8c8229a0f59626bae05ce300313477500c3.tar.xz gnupg2-161ea8c8229a0f59626bae05ce300313477500c3.zip |
Add i686-w64-mingw32 as w32 toolchain to autogen.sh.
--
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" ;; |