From 44ad118bc7ea2991bce512f5da8185a8f0dd9ec0 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 6 Feb 2016 13:53:24 +0000 Subject: cope with Apple clang version --- makefiles/Makefile.tools | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3