THRIFT-874. Add script to cross-compile the Thrift compiler for Windows
authorDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:32 +0000 (16:51 +0000)
committerDavid Reiss <dreiss@apache.org>
Tue, 31 Aug 2010 16:51:32 +0000 (16:51 +0000)
commit37b3df2c40b1ea37ef75cc58b7a635e9c6202870
tree2fe9f6389d0066e346dde4382daf327ccf60ca9e
parent79db3e16ec7ce0a5323f2cc14b80142b1447f8ac
THRIFT-874. Add script to cross-compile the Thrift compiler for Windows

This script cross compiles the Thrift compiler from Ubuntu 10.04 to
Windows using the gcc-mingw32 package.  Run it from a fresh release
tarball.

All of the runtime libraries are disabled.  This is just for building
the compiler.

I set --build and --host to ensure that autoconf knows we are
cross-compiling.

git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991257 13f79535-47bb-0310-9956-ffa450edef68
contrib/mingw-cross-compile.sh [new file with mode: 0755]