summaryrefslogtreecommitdiff
path: root/makefiles/Makefile.tools
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/Makefile.tools')
-rw-r--r--makefiles/Makefile.tools4
1 files changed, 4 insertions, 0 deletions
diff --git a/makefiles/Makefile.tools b/makefiles/Makefile.tools
index 3a8cd47..655d254 100644
--- a/makefiles/Makefile.tools
+++ b/makefiles/Makefile.tools
@@ -316,6 +316,10 @@ else
ifeq ($(word 1,$(ccvsn)),GCC)
toolchain := gcc
endif
+ # "clang ..."
+ ifeq ($(word 1,$(ccvsn)),clang)
+ toolchain := clang
+ endif
endif
ifeq ($(toolchain),)