]> git.ipfire.org Git - thirdparty/git.git/commit
config.mak.uname: add support for clangarm64
authorDennis Ameling <dennis@dennisameling.com>
Wed, 23 Apr 2025 08:01:44 +0000 (08:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2025 15:53:04 +0000 (08:53 -0700)
commitcd6229b7031c27d93b493a74f8ed4e1397600285
tree7163f737ed042f96df3e48293b2057389e760ee4
parent6547d1c9cbafaa5f3e650ccdedd8809e88987011
config.mak.uname: add support for clangarm64

CLANGARM64 is a relatively new MSYSTEM added by the MSYS2 team. In order
to have Git build correctly for this platform, let's add some
configuration for it to config.mak.uname.

Signed-off-by: Dennis Ameling <dennis@dennisameling.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.mak.uname