Skip to content

Commit 0746773

Browse files
committed
Merge branch 'tb/avoid-gcc-on-darwin-10-6'
* tb/avoid-gcc-on-darwin-10-6: Revert "config.mak.uname: use clang for Mac OS X 10.6"
2 parents b552ff8 + c0ed759 commit 0746773

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
@@ -103,9 +103,6 @@ ifeq ($(uname_S),Darwin)
103103
ifeq ($(shell expr "$(uname_R)" : '[15]\.'),2)
104104
NO_STRLCPY = YesPlease
105105
endif
106-
ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -eq 10 && echo 1),1)
107-
CC = clang
108-
endif
109106
ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -ge 11 && echo 1),1)
110107
HAVE_GETDELIM = YesPlease
111108
endif

0 commit comments

Comments
 (0)