Home
last modified time | relevance | path

Searched refs:CC (Results 1 – 19 of 19) sorted by relevance

/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/m0/
A DMakefile42 CC := ${M0_CROSS_COMPILE}gcc macro
79 $$(Q)$$(CC) $$(COMMON_FLAGS) $$(CFLAGS) $$(INCLUDES) -MMD -MT $$@ -c $$< -o $$@
87 $$(Q)$$(CC) -x assembler-with-cpp $$(COMMON_FLAGS) $$(ASFLAGS) -c $$< -o $$@
108 $(CC) $(COMMON_FLAGS) $(INCLUDES) -P -E -D__LINKER__ -MMD -MF $@.d -MT $@ -o $@ $<
113 …$(Q)$(CC) -o $@ $(COMMON_FLAGS) $(LDFLAGS) -Wl,-Map=$(MAPFILE) -Wl,-T$(LINKERFILE) $(OBJS) $(OBJS_…
121 …$(Q)$(CC) -o $@ $(COMMON_FLAGS) $(LDFLAGS) -Wl,-Map=$(MAPFILE_PMU) -Wl,-T$(LINKERFILE) $(OBJS_PMU)…
/tf-a-ffa_el3_spmc/tools/fiptool/
A DMakefile.msvc7 CC = cl.exe
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/tf-a-ffa_el3_spmc/plat/amlogic/gxbb/
A Dplatform.mk40 ifeq ($(notdir $(CC)),armclang)
42 else ifneq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/tools/renesas/rzg_layout_create/
A Dmakefile65 CC = $(CROSS_COMPILE)gcc macro
114 $(CC) -c -I $< -o $@
/tf-a-ffa_el3_spmc/tools/renesas/rcar_layout_create/
A Dmakefile70 CC = $(CROSS_COMPILE)gcc macro
117 $(CC) -c -I $< -o $@
/tf-a-ffa_el3_spmc/
A DMakefile165 CC := ${CROSS_COMPILE}gcc macro
220 ifeq ($(notdir $(CC)),armclang)
222 else ifeq ($(notdir $(CC)),clang)
260 CPP = $(CC) -E $(TF_CFLAGS_$(ARCH))
261 PP = $(CC) -E $(TF_CFLAGS_$(ARCH))
263 CLANG_CCDIR = $(if $(filter-out ./,$(dir $(CC))),$(dir $(CC)),)
271 CPP = $(CC) -E
272 PP = $(CC) -E
368 ifeq ($(findstring clang,$(notdir $(CC))),)
400 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1)
[all …]
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dinitial-build.rst20 ``CC`` needs to point to the clang or armclang binary, which will
30 to ``CC`` matches the string 'armclang'.
37 make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all
39 Clang will be selected when the base name of the path assigned to ``CC``
48 make CC=<path-to-clang>/bin/clang PLAT=<platform> all
A Drt-svc-writers-guide.rst218 Such calls can be determined by checking the CC field in bit[30] of the
/tf-a-ffa_el3_spmc/plat/amlogic/axg/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/plat/amlogic/g12a/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/plat/amlogic/gxl/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/plat/rpi/rpi4/
A Dplatform.mk42 ifeq ($(notdir $(CC)),armclang)
44 else ifneq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/
A DMakefile35 CC = gcc macro
/tf-a-ffa_el3_spmc/make_helpers/
A Dwindows.mk86 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
A Dbuild_macros.mk271 $$(Q)$$(CC) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@
307 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…
499 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
/tf-a-ffa_el3_spmc/plat/rpi/rpi3/
A Dplatform.mk54 ifeq ($(notdir $(CC)),armclang)
56 else ifneq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/
A Dindex.rst37 CC=aarch64-none-elf-gcc \
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/
A Dplatform.mk303 ifeq ($(findstring clang,$(notdir $(CC))),)
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst1653 - Fix clang build if CC is not in the path.
2387 - Invoke host compiler with ``HOSTCC / HOSTCCFLAGS`` instead of ``CC / CFLAGS``
3318 Tested with Arm CC 6.7 and clang 3.9.x and 4.0.x.

Completed in 47 milliseconds