From: Junio C Hamano Date: Thu, 14 Feb 2019 02:18:43 +0000 (-0800) Subject: Merge branch 'js/mingw-host-cpu' X-Git-Tag: v2.21.0-rc1~4 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8593e8a61807df2579b9e578d46e2285b47b61a7?ds=inline;hp=-c Merge branch 'js/mingw-host-cpu' Windows update. * js/mingw-host-cpu: mingw: use a more canonical method to fix the CPU reporting --- 8593e8a61807df2579b9e578d46e2285b47b61a7 diff --combined compat/mingw.h index 98407744f2,8c24ddaa3e..30d9fb3e36 --- a/compat/mingw.h +++ b/compat/mingw.h @@@ -6,25 -6,6 +6,6 @@@ typedef _sigset_t sigset_t #include #include - #ifdef __MINGW64_VERSION_MAJOR - /* - * In Git for Windows, we cannot rely on `uname -m` to report the correct - * architecture: /usr/bin/uname.exe will report the architecture with which the - * current MSYS2 runtime was built, not the architecture for which we are - * currently compiling (both 32-bit and 64-bit `git.exe` is built in the 64-bit - * Git for Windows SDK). - */ - #undef GIT_HOST_CPU - /* This was figured out by looking at `cpp -dM