summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index a5148a2..6ac78a5 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -372,6 +372,12 @@ else
ifeq ($(word 1,$(ccvsn)),clang)
toolchain := clang
endif
+ ifeq ($(word 1,$(ccvsn)),Apple)
+ ifeq ($(word 2,$(ccvsn)),clang)
+ # Apple clang
+ toolchain := clang
+ endif
+ endif
endif
ifeq ($(toolchain),)