Lines Matching refs:CC
184 CC := ${CROSS_COMPILE}gcc
234 ifneq ( ,$(filter $(notdir $(CC)),armclang clang))
239 ifeq ($(notdir $(CC)),armclang)
241 else ifeq ($(notdir $(CC)),clang)
270 ifneq ($(findstring clang,$(notdir $(CC))),)
271 ifneq ($(findstring armclang,$(notdir $(CC))),)
278 LD := $(shell $(CC) --print-prog-name ld.lld)
280 AR := $(shell $(CC) --print-prog-name llvm-ar)
281 OD := $(shell $(CC) --print-prog-name llvm-objdump)
282 OC := $(shell $(CC) --print-prog-name llvm-objcopy)
285 CPP := $(CC) -E $(TF_CFLAGS_$(ARCH))
286 PP := $(CC) -E $(TF_CFLAGS_$(ARCH))
287 AS := $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
288 else ifneq ($(findstring gcc,$(notdir $(CC))),)
378 ifeq ($(findstring clang,$(notdir $(CC))),)
410 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1)
469 ifeq ($(notdir $(CC)),armclang)
1264 ifneq ($(findstring clang,$(notdir $(CC))),)