Home
last modified time | relevance | path

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

/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/rk3399/drivers/m0/
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-3.6.0-3.5.0/tools/fiptool/
DMakefile.msvc7 CC = cl.exe
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/gxbb/
Dplatform.mk40 ifeq ($(notdir $(CC)),armclang)
42 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rcar_layout_create/
Dmakefile70 CC = $(CROSS_COMPILE)gcc macro
117 $(CC) -c -I $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rzg_layout_create/
Dmakefile65 CC = $(CROSS_COMPILE)gcc macro
114 $(CC) -c -I $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/rpi4/
Dplatform.mk42 ifeq ($(notdir $(CC)),armclang)
44 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/g12a/
Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/gxl/
Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/axg/
Dplatform.mk44 ifeq ($(notdir $(CC)),armclang)
46 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a-3.6.0-3.5.0/docs/getting_started/
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
Drt-svc-writers-guide.rst218 Such calls can be determined by checking the CC field in bit[30] of the
/trusted-firmware-a-3.6.0-3.5.0/
DMakefile192 CC := ${CROSS_COMPILE}gcc macro
242 ifneq ( ,$(filter $(notdir $(CC)),armclang clang))
247 ifeq ($(notdir $(CC)),armclang)
249 else ifeq ($(notdir $(CC)),clang)
278 ifneq ($(findstring clang,$(notdir $(CC))),)
279 ifneq ($(findstring armclang,$(notdir $(CC))),)
286 LD := $(shell $(CC) --print-prog-name ld.lld)
288 AR := $(shell $(CC) --print-prog-name llvm-ar)
289 OD := $(shell $(CC) --print-prog-name llvm-objdump)
290 OC := $(shell $(CC) --print-prog-name llvm-objcopy)
[all …]
/trusted-firmware-a-3.6.0-3.5.0/tools/nxp/create_pbl/
DMakefile35 CC = gcc macro
/trusted-firmware-a-3.6.0-3.5.0/make_helpers/
Dwindows.mk87 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
Dbuild_macros.mk111 $(shell if $(CC) $(1) -c -x c /dev/null -o /dev/null >/dev/null 2>&1; then echo $(1); fi )
305 $$(Q)$$(CC) $$($(LIB)_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@
344 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…
566 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/rpi3/
Dplatform.mk54 ifeq ($(notdir $(CC)),armclang)
56 else ifneq ($(findstring clang,$(notdir $(CC))),)
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/arm/corstone1000/
Dindex.rst37 CC=aarch64-none-elf-gcc \
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dchange-log.md3883 …- fix a build failure with CC-713 library ([e5fbee5](https://review.trustedfirmware.org/plugins/gi…
5395 - Fix clang build if CC is not in the path.
5979 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`
6758 Tested with Arm CC 6.7 and clang 3.9.x and 4.0.x.