From: Junio C Hamano Date: Tue, 9 May 2023 23:45:45 +0000 (-0700) Subject: Merge branch 'mh/fix-detect-compilers-with-nondigit-versions' X-Git-Tag: v2.41.0-rc0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab828cde84c7cafb9942048d8e24ace9c625a041;p=thirdparty%2Fgit.git Merge branch 'mh/fix-detect-compilers-with-nondigit-versions' The detect-compilers script to help auto-tweaking the build system had trouble working with compilers whose version number has extra suffixes. The script has been taught that certain suffixes (like "-win32" in "gcc 10-win32") can be safely stripped as they share the same features and bugs with the version without the suffix. * mh/fix-detect-compilers-with-nondigit-versions: Handle some compiler versions containing a dash --- ab828cde84c7cafb9942048d8e24ace9c625a041