From: Torsten Bögershausen Date: Sun, 28 Feb 2016 20:09:44 +0000 (+0100) Subject: config.mak.uname: use clang for Mac OS X 10.6 X-Git-Tag: v2.8.0-rc1~6^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/7b6daf8d2fee1a9866b1d4eddbfaa5dbc42c5dbb?hp=7b6daf8d2fee1a9866b1d4eddbfaa5dbc42c5dbb config.mak.uname: use clang for Mac OS X 10.6 Gcc under Mac OX 10.6 throws an internal compiler error: CC combine-diff.o combine-diff.c: In function ‘diff_tree_combined’: combine-diff.c:1391: internal compiler error: Segmentation fault while attempting to build Git at 5b442c4f (tree-diff: catch integer overflow in combine_diff_path allocation, 2016-02-19). As clang that ships with the version does not have the same bug, make Git compile under Mac OS X 10.6 by using clang instead of gcc to work this around, as it is unlikely that we will see fixed GCC on that platform. Later versions of Mac OSX/Xcode only provide clang, and gcc is a wrapper to it. Signed-off-by: Torsten Bögershausen Signed-off-by: Junio C Hamano ---