Commit f238d566 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

make: allow to change a compiler

clang-analyzer sets the environment variable CC
scan-build -plist-html --use-analyzer /usr/bin/clang make
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 75d8b81f
...@@ -32,7 +32,7 @@ CSCOPE := cscope ...@@ -32,7 +32,7 @@ CSCOPE := cscope
TAGS := ctags TAGS := ctags
RM := rm -f RM := rm -f
LD := ld LD := ld
CC := gcc CC ?= gcc
ECHO := echo ECHO := echo
NM := nm NM := nm
AWK := awk AWK := awk
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment