version --build-options: also report host CPU
authorEric Sunshine <sunshine@sunshineco.com>
Thu, 14 Dec 2017 23:34:34 +0000 (00:34 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Dec 2017 06:52:49 +0000 (22:52 -0800)
commitb22894049ffed57eb150ad156796e3eda86259c9
tree03c4036da578bdf166baf96ba9b506a5ff9c80f4
parent52015aaf9d19c97b52c47c7046058e6d029ff856
version --build-options: also report host CPU

It can be helpful for bug reports to include information about the
environment in which the bug occurs. "git version --build-options" can
help to supplement this information. In addition to the size of 'long'
already reported by --build-options, also report the host's CPU type.
Example output:

   $ git version --build-options
   git version 2.9.3.windows.2.826.g06c0f2f
   cpu: x86_64
   sizeof-long: 4

New Makefile variable HOST_CPU supports cross-compiling.

Suggested-by: Adric Norris <landstander668@gmail.com>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
help.c