On Tue, Sep 30, 2014 at 2:02 PM, Marat Radchenko <[email protected]> wrote: > This patch series fixes building on modern MinGW and MinGW-W64 (including > x86_64!). > > *Compilation* tested on: > - MSVC > - msysGit environment (twice) > - Linux cross-toolchain i686-pc-mingw32
Thanks. I always wanted to do this but never got around to clean up and submit. There's a problem with include order in Makefile. I don't want to specify CROSS_COMPILE or CC=mingw32-gcc from command line any time I make a build, so I put all those in config.mak. But because this file is included after config.mak.uname, all the default settings for MINGW is ignored. I'm not sure if we can move config.mak up before config.mak.uname. If we can't I'm ok with including a new file (config.mak.pre or something) before config.mak.uname. That would make "make" (no arguments) work for me. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

