summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e407d1135..17f5cce13 100644
--- a/Makefile
+++ b/Makefile
@@ -162,6 +162,10 @@ else
endif
endif
+# Hackiness for scan-build
+export CCC_CC := $(CC)
+CC := /home/jmb/llvm/tools/clang/utils/ccc-analyzer
+
OBJROOT = build-$(HOST)-$(TARGET)$(SUBTARGET)
# ----------------------------------------------------------------------------