/trusted-firmware-a/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)…
|
/trusted-firmware-a/tools/fiptool/ |
A D | Makefile.msvc | 7 CC = cl.exe 37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
|
/trusted-firmware-a/ |
A D | Makefile | 180 CC := ${CROSS_COMPILE}gcc macro 235 ifeq ($(notdir $(CC)),armclang) 237 else ifeq ($(notdir $(CC)),clang) 275 CPP = $(CC) -E $(TF_CFLAGS_$(ARCH)) 276 PP = $(CC) -E $(TF_CFLAGS_$(ARCH)) 278 CLANG_CCDIR = $(if $(filter-out ./,$(dir $(CC))),$(dir $(CC)),) 286 CPP = $(CC) -E 287 PP = $(CC) -E 383 ifeq ($(findstring clang,$(notdir $(CC))),) 415 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1) [all …]
|
/trusted-firmware-a/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
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/ |
A D | initial-build.rst.txt | 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.txt | 218 Such calls can be determined by checking the CC field in bit[30] of the
|
/trusted-firmware-a/plat/amlogic/gxbb/ |
A D | platform.mk | 40 ifeq ($(notdir $(CC)),armclang) 42 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/tools/renesas/rcar_layout_create/ |
A D | makefile | 70 CC = $(CROSS_COMPILE)gcc macro 117 $(CC) -c -I $< -o $@
|
/trusted-firmware-a/tools/renesas/rzg_layout_create/ |
A D | makefile | 65 CC = $(CROSS_COMPILE)gcc macro 114 $(CC) -c -I $< -o $@
|
/trusted-firmware-a/plat/amlogic/axg/ |
A D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/plat/amlogic/g12a/ |
A D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/plat/amlogic/gxl/ |
A D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/plat/rpi/rpi4/ |
A D | platform.mk | 42 ifeq ($(notdir $(CC)),armclang) 44 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/tools/nxp/create_pbl/ |
A D | Makefile | 35 CC = gcc macro
|
/trusted-firmware-a/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
|
/trusted-firmware-a/plat/rpi/rpi3/ |
A D | platform.mk | 54 ifeq ($(notdir $(CC)),armclang) 56 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/plat/arm/diphda/ |
A D | index.rst.txt | 37 CC=aarch64-none-elf-gcc \
|
/trusted-firmware-a/docs/plat/arm/diphda/ |
A D | index.rst | 37 CC=aarch64-none-elf-gcc \
|
/trusted-firmware-a/plat/arm/board/fvp/ |
A D | platform.mk | 312 ifeq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/ |
A D | change-log.md.txt | 757 …- fix a build failure with CC-713 library ([e5fbee5](https://review.trustedfirmware.org/plugins/gi… 2269 - Fix clang build if CC is not in the path. 2853 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS` 3632 Tested with Arm CC 6.7 and clang 3.9.x and 4.0.x.
|
/trusted-firmware-a/docs/ |
A D | change-log.md | 757 …- fix a build failure with CC-713 library ([e5fbee5](https://review.trustedfirmware.org/plugins/gi… 2269 - Fix clang build if CC is not in the path. 2853 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS` 3632 Tested with Arm CC 6.7 and clang 3.9.x and 4.0.x.
|
/trusted-firmware-a/docs/build/latex/ |
A D | trustedfirmware-a.tex | 3480 \sphinxcode{\sphinxupquote{CC}} needs to point to the clang or armclang binary, which will 3492 to \sphinxcode{\sphinxupquote{CC}} matches the string ‘armclang’. 3499 make \PYG{n+nv}{CC}\PYG{o}{=}\PYGZlt{}path\PYGZhy{}to\PYGZhy{}armclang\PYGZgt{}/bin/armclang \PYG{n… 3503 Clang will be selected when the base name of the path assigned to \sphinxcode{\sphinxupquote{CC}} 3512 make \PYG{n+nv}{CC}\PYG{o}{=}\PYGZlt{}path\PYGZhy{}to\PYGZhy{}clang\PYGZgt{}/bin/clang \PYG{n+nv}{P… 10274 Such calls can be determined by checking the CC field in bit{[}30{]} of the 10278 \PYG{k}{if} \PYG{p}{(}\PYG{n}{GET\PYGZus{}SMC\PYGZus{}CC}\PYG{p}{(}\PYG{n}{smc\PYGZus{}fid}\PYG{p}{… 35303 \PYG{n+nv}{CC}\PYG{o}{=}aarch64\PYGZhy{}none\PYGZhy{}elf\PYGZhy{}gcc \PYG{l+s+se}{\PYGZbs{}} 59162 Fix clang build if CC is not in the path. 60856 …phinxcode{\sphinxupquote{HOSTCC / HOSTCCFLAGS}} instead of \sphinxcode{\sphinxupquote{CC / CFLAGS}} [all …]
|