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
TAGS := ctags
RM := rm -f
LD := ld
CC := gcc
CC ?= gcc
ECHO := echo
NM := nm
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