Searched refs:CC (Results 1 – 18 of 18) sorted by relevance
/trusted-firmware-a-3.4.0/plat/rockchip/rk3399/drivers/m0/ |
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-3.4.0/tools/fiptool/ |
D | Makefile.msvc | 7 CC = cl.exe 37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
|
/trusted-firmware-a-3.4.0/plat/amlogic/gxbb/ |
D | platform.mk | 40 ifeq ($(notdir $(CC)),armclang) 42 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.4.0/tools/renesas/rcar_layout_create/ |
D | makefile | 70 CC = $(CROSS_COMPILE)gcc macro 117 $(CC) -c -I $< -o $@
|
/trusted-firmware-a-3.4.0/tools/renesas/rzg_layout_create/ |
D | makefile | 65 CC = $(CROSS_COMPILE)gcc macro 114 $(CC) -c -I $< -o $@
|
/trusted-firmware-a-3.4.0/plat/amlogic/g12a/ |
D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.4.0/plat/amlogic/gxl/ |
D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.4.0/plat/amlogic/axg/ |
D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.4.0/plat/rpi/rpi4/ |
D | platform.mk | 42 ifeq ($(notdir $(CC)),armclang) 44 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.4.0/ |
D | Makefile | 184 CC := ${CROSS_COMPILE}gcc macro 234 ifneq ( ,$(filter $(notdir $(CC)),armclang clang)) 239 ifeq ($(notdir $(CC)),armclang) 241 else ifeq ($(notdir $(CC)),clang) 270 ifneq ($(findstring clang,$(notdir $(CC))),) 271 ifneq ($(findstring armclang,$(notdir $(CC))),) 278 LD := $(shell $(CC) --print-prog-name ld.lld) 280 AR := $(shell $(CC) --print-prog-name llvm-ar) 281 OD := $(shell $(CC) --print-prog-name llvm-objdump) 282 OC := $(shell $(CC) --print-prog-name llvm-objcopy) [all …]
|
/trusted-firmware-a-3.4.0/docs/getting_started/ |
D | initial-build.rst | 20 ``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
|
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-3.4.0/tools/nxp/create_pbl/ |
D | Makefile | 35 CC = gcc macro
|
/trusted-firmware-a-3.4.0/make_helpers/ |
D | windows.mk | 86 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
|
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 $$<… 503 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
|
/trusted-firmware-a-3.4.0/plat/rpi/rpi3/ |
D | platform.mk | 54 ifeq ($(notdir $(CC)),armclang) 56 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.4.0/docs/plat/arm/corstone1000/ |
D | index.rst | 37 CC=aarch64-none-elf-gcc \
|
/trusted-firmware-a-3.4.0/docs/ |
D | change-log.md | 1951 …- fix a build failure with CC-713 library ([e5fbee5](https://review.trustedfirmware.org/plugins/gi… 3463 - Fix clang build if CC is not in the path. 4047 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS` 4826 Tested with Arm CC 6.7 and clang 3.9.x and 4.0.x.
|