From 9f86c8bfb99999bf0eec54947e108c2785dfdda0 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 14 Apr 2014 09:05:21 +0000 Subject: [PATCH] Now supports clang --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8462b4c9..dd32d97b 100755 --- a/debian/rules +++ b/debian/rules @@ -168,7 +168,7 @@ override_dh_auto_configure: debian/lldb-$(LLVM_VERSION).install debian/lldb-$(LL # Configure coverity (we need the compilers) -(if test $(COVERITY_ENABLE) -eq 1; then \ export PATH=$$PATH:/opt/cov-analysis/bin/; \ - cov-configure --compiler clang --comptype gcc; \ + cov-configure --compiler clang --comptype clang; \ cov-configure --compiler gcc-4.8 --comptype gcc; \ cov-configure --compiler g++-4.8 --comptype gcc; \ fi)