Lines Matching refs:CC
165 CC := ${CROSS_COMPILE}gcc macro
215 ifneq ( ,$(filter $(notdir $(CC)),armclang clang))
220 ifeq ($(notdir $(CC)),armclang)
222 else ifeq ($(notdir $(CC)),clang)
255 ifneq ($(findstring armclang,$(notdir $(CC))),)
259 AS = $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
260 CPP = $(CC) -E $(TF_CFLAGS_$(ARCH))
261 PP = $(CC) -E $(TF_CFLAGS_$(ARCH))
262 else ifneq ($(findstring clang,$(notdir $(CC))),)
263 CLANG_CCDIR = $(if $(filter-out ./,$(dir $(CC))),$(dir $(CC)),)
270 AS = $(CC) -c -x assembler-with-cpp $(TF_CFLAGS_$(ARCH))
271 CPP = $(CC) -E
272 PP = $(CC) -E
273 else ifneq ($(findstring gcc,$(notdir $(CC))),)
297 ifneq ($(findstring clang,$(notdir $(CC))),)
368 ifeq ($(findstring clang,$(notdir $(CC))),)
400 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1)
462 ifeq ($(notdir $(CC)),armclang)
1126 ifneq ($(findstring clang,$(notdir $(CC))),)