Home
last modified time | relevance | path

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

/trusted-firmware-a/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)…
/trusted-firmware-a/tools/fiptool/
A DMakefile.msvc7 CC = cl.exe
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/trusted-firmware-a/
A DMakefile180 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 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
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/getting_started/
A Dinitial-build.rst.txt20 ``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.rst.txt218 Such calls can be determined by checking the CC field in bit[30] of the
/trusted-firmware-a/plat/amlogic/gxbb/
A Dplatform.mk40 ifeq ($(notdir $(CC)),armclang)
42 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a/tools/renesas/rcar_layout_create/
A Dmakefile70 CC = $(CROSS_COMPILE)gcc macro
117 $(CC) -c -I $< -o $@
/trusted-firmware-a/tools/renesas/rzg_layout_create/
A Dmakefile65 CC = $(CROSS_COMPILE)gcc macro
114 $(CC) -c -I $< -o $@
/trusted-firmware-a/plat/amlogic/axg/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a/plat/amlogic/g12a/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a/plat/amlogic/gxl/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a/plat/rpi/rpi4/
A Dplatform.mk42 ifeq ($(notdir $(CC)),armclang)
44 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a/tools/nxp/create_pbl/
A DMakefile35 CC = gcc macro
/trusted-firmware-a/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
/trusted-firmware-a/plat/rpi/rpi3/
A Dplatform.mk54 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 Dindex.rst.txt37 CC=aarch64-none-elf-gcc \
/trusted-firmware-a/docs/plat/arm/diphda/
A Dindex.rst37 CC=aarch64-none-elf-gcc \
/trusted-firmware-a/plat/arm/board/fvp/
A Dplatform.mk312 ifeq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a/docs/build/TF-A_2.5/_sources/
A Dchange-log.md.txt757 …- 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 Dchange-log.md757 …- 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 Dtrustedfirmware-a.tex3480 \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 …]

Completed in 113 milliseconds