Lines Matching defs:CC
102 CC := ${CROSS_COMPILE}gcc
174 ifneq ($(findstring clang,$(notdir $(CC))),)
175 ifneq ($(findstring armclang,$(notdir $(CC))),)
182 LD := $(shell $(CC) --print-prog-name ld.lld)
184 AR := $(shell $(CC) --print-prog-name llvm-ar)
185 OD := $(shell $(CC) --print-prog-name llvm-objdump)
186 OC := $(shell $(CC) --print-prog-name llvm-objcopy)
189 CPP := $(CC) -E $(TF_CFLAGS_$(ARCH))
190 PP := $(CC) -E $(TF_CFLAGS_$(ARCH))
191 AS := $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
192 else ifneq ($(findstring gcc,$(notdir $(CC))),)
302 ifeq ($(findstring clang,$(notdir $(CC))),)
342 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1)
424 ifeq ($(notdir $(CC)),armclang)
605 ifneq ( ,$(filter $(notdir $(CC)),armclang clang))
610 ifeq ($(notdir $(CC)),armclang)
612 else ifeq ($(notdir $(CC)),clang)
1497 ifneq ($(findstring clang,$(notdir $(CC))),)