Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-02-14 05:18:43 +0300
committerJunio C Hamano <gitster@pobox.com>2019-02-14 05:18:43 +0300
commit8593e8a61807df2579b9e578d46e2285b47b61a7 (patch)
tree49de428edbb7b6693c4a74adcbff41ab9309389f /config.mak.uname
parentfeb9a9b202c12289150de45473846f4272aac1bd (diff)
parentbb02e7a560de818eac48344717bc52ca51b01908 (diff)
Merge branch 'js/mingw-host-cpu'
Windows update. * js/mingw-host-cpu: mingw: use a more canonical method to fix the CPU reporting
Diffstat (limited to 'config.mak.uname')
-rw-r--r--config.mak.uname2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.mak.uname b/config.mak.uname
index bd55e828ca..29ed39475f 100644
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -574,9 +574,11 @@ else
prefix = /usr/
ifeq (MINGW32,$(MSYSTEM))
prefix = /mingw32
+ HOST_CPU = i686
endif
ifeq (MINGW64,$(MSYSTEM))
prefix = /mingw64
+ HOST_CPU = x86_64
else
COMPAT_CFLAGS += -D_USE_32BIT_TIME_T
BASIC_LDFLAGS += -Wl,--large-address-aware