Merge branch 'tb/avoid-gcc-on-darwin-10-6'
authorJunio C Hamano <gitster@pobox.com>
Fri, 4 Mar 2016 21:46:08 +0000 (13:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 4 Mar 2016 21:46:08 +0000 (13:46 -0800)
Out-of-maintenance gcc on OSX 10.6 fails to compile the code in
'master'; work it around by using clang by default on the platform.

* tb/avoid-gcc-on-darwin-10-6:
config.mak.uname: use clang for Mac OS X 10.6

Trivial merge