summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-02-23 20:07:06 +0100
committerWerner Koch <wk@gnupg.org>2013-02-23 20:07:06 +0100
commit3070b6c07babb33c904ddbe2a0cb6cfd0bc970c9 (patch)
treea10604b054c80e2c592192343ecc09bdf90b6a40 /autogen.sh
parent056cc2d0dfef023fda47ce377d3ee544612526a3 (diff)
downloadlibgpg-error-3070b6c07babb33c904ddbe2a0cb6cfd0bc970c9.tar.gz
Make i686-w64-mingw32 the primary W32 toolchain.
--
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index db26c7f..97a3ccc 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -99,11 +99,12 @@ if [ "$myhost" = "w32" ]; then
64)
w32root="$w64root"
[ -z "$w32root" ] && w32root="$HOME/w64root"
- toolprefixes="amd64-mingw32msvc"
+ toolprefixes="$amd64_toolprefixes amd64-mingw32msvc"
;;
*)
[ -z "$w32root" ] && w32root="$HOME/w32root"
- toolprefixes="i586-mingw32msvc i386-mingw32msvc i686-w64-mingw32"
+ toolprefixes="$w32_toolprefixes i686-w64-mingw32 i586-mingw32msvc"
+ toolprefixes="$toolprefixes i386-mingw32msvc mingw32"
;;
esac
echo "Using $w32root as standard install directory" >&2