Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/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)…
/arm-trusted-firmware-2.8.0/tools/fiptool/
A DMakefile.msvc7 CC = cl.exe
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/arm-trusted-firmware-2.8.0/plat/amlogic/gxbb/
A Dplatform.mk40 ifeq ($(notdir $(CC)),armclang)
42 else ifneq ($(findstring clang,$(notdir $(CC))),)
/arm-trusted-firmware-2.8.0/tools/renesas/rcar_layout_create/
A Dmakefile70 CC = $(CROSS_COMPILE)gcc macro
117 $(CC) -c -I $< -o $@
/arm-trusted-firmware-2.8.0/tools/renesas/rzg_layout_create/
A Dmakefile65 CC = $(CROSS_COMPILE)gcc macro
114 $(CC) -c -I $< -o $@
/arm-trusted-firmware-2.8.0/plat/rpi/rpi4/
A Dplatform.mk42 ifeq ($(notdir $(CC)),armclang)
44 else ifneq ($(findstring clang,$(notdir $(CC))),)
/arm-trusted-firmware-2.8.0/plat/amlogic/axg/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/arm-trusted-firmware-2.8.0/plat/amlogic/gxl/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/arm-trusted-firmware-2.8.0/plat/amlogic/g12a/
A Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dinitial-build.rst20 ``CC`` needs to point to the clang or armclang binary, which will
22 when the base name of the path assigned to ``CC`` matches the string
33 make CC=<path-to-armclang>/bin/armclang PLAT=<platform> all
40 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
/arm-trusted-firmware-2.8.0/
A DMakefile189 CC := ${CROSS_COMPILE}gcc macro
244 ifeq ($(notdir $(CC)),armclang)
246 else ifeq ($(notdir $(CC)),clang)
275 ifneq ($(findstring clang,$(notdir $(CC))),)
290 CPP := $(CC) -E $(TF_CFLAGS_$(ARCH))
291 PP := $(CC) -E $(TF_CFLAGS_$(ARCH))
293 else ifneq ($(findstring gcc,$(notdir $(CC))),)
383 ifeq ($(findstring clang,$(notdir $(CC))),)
417 GCC_V_OUTPUT := $(shell $(CC) -v 2>&1)
476 ifeq ($(notdir $(CC)),armclang)
[all …]
/arm-trusted-firmware-2.8.0/tools/nxp/create_pbl/
A DMakefile35 CC = gcc macro
/arm-trusted-firmware-2.8.0/make_helpers/
A Dwindows.mk87 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
A Dbuild_macros.mk285 $$(Q)$$(CC) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@
321 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…
518 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
/arm-trusted-firmware-2.8.0/plat/rpi/rpi3/
A Dplatform.mk54 ifeq ($(notdir $(CC)),armclang)
56 else ifneq ($(findstring clang,$(notdir $(CC))),)
/arm-trusted-firmware-2.8.0/docs/plat/arm/corstone1000/
A Dindex.rst37 CC=aarch64-none-elf-gcc \
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md2865 …- fix a build failure with CC-713 library ([e5fbee5](https://review.trustedfirmware.org/plugins/gi…
4377 - Fix clang build if CC is not in the path.
4961 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`
5740 Tested with Arm CC 6.7 and clang 3.9.x and 4.0.x.

Completed in 31 milliseconds