Index: cross-make-mingw.sh =================================================================== --- cross-make-mingw.sh (revision 1797) +++ cross-make-mingw.sh (working copy) @@ -3,4 +3,8 @@ export CC=i586-mingw32msvc-gcc export WINDRES=i586-mingw32msvc-windres export PLATFORM=mingw32 +if [ !$ARCH ] +then +export ARCH=x86 +fi exec make $*