I would like to build PolarSSL using
./configure --host=i686-w64-mingw32
but there is no configure script. I have read about creating one using Autoconf, but I did not have luck with it. To clarify, --host
has been working for me because it sets everything for you, e.g.
i686-w64-mingw32-gcc
i686-w64-mingw32-cc
i686-w64-mingw32-ar
i686-w64-mingw32-ranlib
without having to explicitly set all of these.