aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2012-01-19 17:44:39 +0000
committerWerner Koch <[email protected]>2012-01-19 17:44:39 +0000
commit24a10a4af948ebb1c767b69a92fa5bbe933a417c (patch)
tree282de5b5b059d0a1c1119d4efd9514a87f6f1f04 /autogen.sh
parentFix Solaris problems with ttyname_r. (diff)
downloadgpgme-24a10a4af948ebb1c767b69a92fa5bbe933a417c.tar.gz
gpgme-24a10a4af948ebb1c767b69a92fa5bbe933a417c.zip
Support the mingw-w64 toolchain.
* autogen.sh (build-w32): Add i686-w64-mingw32 to the toolprefix.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index b988aced..1f22367c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -102,11 +102,11 @@ if [ "$myhost" = "w32" ]; then
64)
w32root="$w64root"
[ -z "$w32root" ] && w32root="$HOME/w64root"
- toolprefixes="amd64-mingw32msvc"
+ toolprefixes="i686-w64-mingw32 amd64-mingw32msvc"
;;
*)
[ -z "$w32root" ] && w32root="$HOME/w32root"
- toolprefixes="i586-mingw32msvc i386-mingw32msvc"
+ toolprefixes="i686-w64-mingw32 i586-mingw32msvc i386-mingw32msvc"
;;
esac
echo "Using $w32root as standard install directory" >&2