Lines Matching refs:CC
103 CC := ${CROSS_COMPILE}gcc
175 ifneq ($(findstring clang,$(notdir $(CC))),)
176 ifneq ($(findstring armclang,$(notdir $(CC))),)
183 LD := $(shell $(CC) --print-prog-name ld.lld)
185 AR := $(shell $(CC) --print-prog-name llvm-ar)
186 OD := $(shell $(CC) --print-prog-name llvm-objdump)
187 OC := $(shell $(CC) --print-prog-name llvm-objcopy)
190 CPP := $(CC) -E $(TF_CFLAGS_$(ARCH))
191 PP := $(CC) -E $(TF_CFLAGS_$(ARCH))
192 AS := $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
193 else ifneq ($(findstring gcc,$(notdir $(CC))),)
303 ifeq ($(findstring clang,$(notdir $(CC))),)
347 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1)
429 ifeq ($(notdir $(CC)),armclang)
610 ifneq ( ,$(filter $(notdir $(CC)),armclang clang))
615 ifeq ($(notdir $(CC)),armclang)
617 else ifeq ($(notdir $(CC)),clang)
1493 ifneq ($(findstring clang,$(notdir $(CC))),)