summaryrefslogtreecommitdiff
path: root/contrib/mingw-cross-compile.sh
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-2565 autoconf fails to find mingw-g++ cross compiler on travis CIhenrique2014-06-041-1/+2
|
* THRIFT-2344 configure.ac: compiler-only optionRoger Meier2014-02-091-12/+1
| | | | Patch: Roger Meier
* THRIFT-2045: C++ compiler warning and build cleanup (again)Ben Craig2013-10-111-2/+1
| | | | | Client: cpp Patch: Ben Craig
* THRIFT-2134: mingw-cross-compile script failing with strip errorsjfarrell2013-08-171-5/+7
| | | | | | | Client: build Patch: jfarrell Updates the mingw build script to use the -o option when striping.
* disable c_glib for mingw compiler buildRoger Meier2012-05-011-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1332624 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1122 do not build any library: added --without-haskellRoger Meier2011-03-291-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1086705 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-874. Add script to cross-compile the Thrift compiler for WindowsDavid Reiss2010-08-311-0/+26
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