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/ |
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.6.0-3.5.0/tools/fiptool/ |
D | Makefile.msvc | 7 CC = cl.exe 37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
|
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/gxbb/ |
D | platform.mk | 40 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/ |
D | makefile | 70 CC = $(CROSS_COMPILE)gcc macro 117 $(CC) -c -I $< -o $@
|
/trusted-firmware-a-3.6.0-3.5.0/tools/renesas/rzg_layout_create/ |
D | makefile | 65 CC = $(CROSS_COMPILE)gcc macro 114 $(CC) -c -I $< -o $@
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rpi/rpi4/ |
D | platform.mk | 42 ifeq ($(notdir $(CC)),armclang) 44 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/g12a/ |
D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/gxl/ |
D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.6.0-3.5.0/plat/amlogic/axg/ |
D | platform.mk | 44 ifeq ($(notdir $(CC)),armclang) 46 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.6.0-3.5.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.6.0-3.5.0/ |
D | Makefile | 192 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/ |
D | Makefile | 35 CC = gcc macro
|
/trusted-firmware-a-3.6.0-3.5.0/make_helpers/ |
D | windows.mk | 87 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
|
D | build_macros.mk | 111 $(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/ |
D | platform.mk | 54 ifeq ($(notdir $(CC)),armclang) 56 else ifneq ($(findstring clang,$(notdir $(CC))),)
|
/trusted-firmware-a-3.6.0-3.5.0/docs/plat/arm/corstone1000/ |
D | index.rst | 37 CC=aarch64-none-elf-gcc \
|
/trusted-firmware-a-3.6.0-3.5.0/docs/ |
D | change-log.md | 3883 …- 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.
|