aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2013-02-23 19:07:06 +0000
committerWerner Koch <[email protected]>2013-02-23 19:07:06 +0000
commit3070b6c07babb33c904ddbe2a0cb6cfd0bc970c9 (patch)
treea10604b054c80e2c592192343ecc09bdf90b6a40 /autogen.sh
parentFix the alias mechanism for --with-libgpg-error-prefix. (diff)
downloadlibgpg-error-3070b6c07babb33c904ddbe2a0cb6cfd0bc970c9.tar.gz
libgpg-error-3070b6c07babb33c904ddbe2a0cb6cfd0bc970c9.zip
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