Searched refs:CC (Results 1 – 19 of 19) sorted by relevance
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/m0/ |
A D | Makefile | 42 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 D | Makefile.msvc | 7 CC = cl.exe 37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
|
/tf-a-ffa_el3_spmc/plat/amlogic/gxbb/ |
A D | platform.mk | 40 ifeq ($(notdir $(CC)),armclang) 42 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/tools/renesas/rzg_layout_create/ |
A D | makefile | 65 CC = $(CROSS_COMPILE)gcc macro 114 $(CC) -c -I $< -o $@
|
/tf-a-ffa_el3_spmc/tools/renesas/rcar_layout_create/ |
A D | makefile | 70 CC = $(CROSS_COMPILE)gcc macro 117 $(CC) -c -I $< -o $@
|
/tf-a-ffa_el3_spmc/ |
A D | Makefile | 165 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 D | initial-build.rst | 20 ``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 D | rt-svc-writers-guide.rst | 218 Such calls can be determined by checking the CC field in bit[30] of the
|
/tf-a-ffa_el3_spmc/plat/amlogic/axg/ |
A D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/plat/amlogic/g12a/ |
A D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/plat/amlogic/gxl/ |
A D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/plat/rpi/rpi4/ |
A D | platform.mk | 42 ifeq ($(notdir $(CC)),armclang) 44 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/ |
A D | Makefile | 35 CC = gcc macro
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | windows.mk | 86 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
|
A D | build_macros.mk | 271 $$(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 D | platform.mk | 54 ifeq ($(notdir $(CC)),armclang) 56 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/docs/plat/arm/diphda/ |
A D | index.rst | 37 CC=aarch64-none-elf-gcc \
|
/tf-a-ffa_el3_spmc/plat/arm/board/fvp/ |
A D | platform.mk | 303 ifeq ($(findstring clang,$(notdir $(CC))),)
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 1653 - 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 20 milliseconds