diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-02-07 02:46:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-07 13:05:37 -0800 |
commit | 3815f64b0dd983bdbf9242a0547706d5d81cb3e6 (patch) | |
tree | 249e7c2f424ef272c496e7afcf51ff377d71ad88 /t/t3506-cherry-pick-ff.sh | |
parent | Git 2.20.1 (diff) | |
download | tgif-3815f64b0dd983bdbf9242a0547706d5d81cb3e6.tar.xz |
mingw: fix CPU reporting in `git version --build-options`
We cannot rely on `uname -m` in Git for Windows' SDK to tell us what
architecture we are compiling for, as we can compile both 32-bit and
64-bit `git.exe` from a 64-bit SDK, but the `uname -m` in that SDK will
always report `x86_64`.
So let's go back to our original design. And make it explicitly
Windows-specific.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t3506-cherry-pick-ff.sh')
0 files changed, 0 insertions, 0 deletions