Re: [PATCH 01/12] MINGW: config.mak.uname: add explicit way to request MinGW-build

2014-04-28 Thread Jonathan Nieder
Hi, Marat Radchenko wrote: > When crosscompiling, one cannot rely on `uname` from host system. > Thus, add an option to use `make MINGW=1` for building MinGW build > from non-MinGW host (Linux, for example). The same also applies when cross-compiling for any other platform, no? The consistent th

[PATCH 01/12] MINGW: config.mak.uname: add explicit way to request MinGW-build

2014-04-28 Thread Marat Radchenko
When crosscompiling, one cannot rely on `uname` from host system. Thus, add an option to use `make MINGW=1` for building MinGW build from non-MinGW host (Linux, for example). Signed-off-by: Marat Radchenko --- config.mak.uname | 5 + 1 file changed, 5 insertions(+) diff --git a/config.mak.u