summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefiles/Makefile.tools4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index d74b64b..2410493 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -379,6 +379,10 @@ else
# (ie, Debian, Apple, etc)
toolchain := clang
endif
+ ifeq ($(word 2,$(ccvsn)),LLVM)
+ # Apple version is "Apple LLVM" to be differntly awkward
+ toolchain := clang
+ endif
ifeq ($(word 1,$(ccvsn)),Open64)
toolchain := open64
endif