From 3070b6c07babb33c904ddbe2a0cb6cfd0bc970c9 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 23 Feb 2013 20:07:06 +0100 Subject: Make i686-w64-mingw32 the primary W32 toolchain. -- --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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 -- cgit v1.2.3