We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b552ff8 + c0ed759 commit 0746773Copy full SHA for 0746773
config.mak.uname
@@ -103,9 +103,6 @@ ifeq ($(uname_S),Darwin)
103
ifeq ($(shell expr "$(uname_R)" : '[15]\.'),2)
104
NO_STRLCPY = YesPlease
105
endif
106
- ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -eq 10 && echo 1),1)
107
- CC = clang
108
- endif
109
ifeq ($(shell test "`expr "$(uname_R)" : '\([0-9][0-9]*\)\.'`" -ge 11 && echo 1),1)
110
HAVE_GETDELIM = YesPlease
111
0 commit comments