Skip to content

Commit c0ed759

Browse files
sunshinecogitster
authored andcommitted
Revert "config.mak.uname: use clang for Mac OS X 10.6"
This reverts commit 7b6daf8. Now that st_add4() has been patched to work around the gcc 4.2.x compiler crash, revert the sledge-hammer approach of forcing Mac OS X 10.6 to unconditionally use 'clang' rather than the default compiler (gcc). Signed-off-by: Eric Sunshine <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7b6daf8 commit c0ed759

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

config.mak.uname

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ ifeq ($(uname_S),Darwin)
102102
ifeq ($(shell expr "$(uname_R)" : '[15]\.'),2)
103103
NO_STRLCPY = YesPlease
104104
endif
105-
ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -eq 10 && echo 1),1)
106-
CC = clang
107-
endif
108105
ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -ge 11 && echo 1),1)
109106
HAVE_GETDELIM = YesPlease
110107
endif

0 commit comments

Comments
 (0)