Home
last modified time | relevance | path

Searched refs:CFLAGS (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a-latest/tools/nxp/create_pbl/
DMakefile18 CFLAGS := -Wall -Werror -pedantic -std=c99
20 CFLAGS += -g -O0 -DDEBUG
22 CFLAGS += -O2
57 ${Q}${HOSTCC} -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
/trusted-firmware-a-latest/tools/fiptool/
DMakefile.msvc18 CFLAGS = $(CFLAGS) /nologo /Za /Zi /c /O2 /MT
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/trusted-firmware-a-latest/tools/renesas/rcar_layout_create/
Dmakefile71 CFLAGS += ${DEFINES}
72 CFLAGS += -I../../include/lib/stdlib
/trusted-firmware-a-latest/tools/renesas/rzg_layout_create/
Dmakefile66 CFLAGS += ${DEFINES}
67 CFLAGS += -nostdinc \
/trusted-firmware-a-latest/make_helpers/
Dwindows.mk86 $$(file >$1.in,$$(TF_CFLAGS) $$(CFLAGS))
Dbuild_macros.mk305 $$(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-latest/plat/rockchip/rk3399/drivers/m0/
DMakefile37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common macro
79 $$(Q)$$(CC) $$(COMMON_FLAGS) $$(CFLAGS) $$(INCLUDES) -MMD -MT $$@ -c $$< -o $$@
/trusted-firmware-a-latest/docs/getting_started/
Dbuild-options.rst149 - ``CFLAGS``: Extra user options appended on the compiler's command line in
1174 Extra debug options can be passed to the build system by setting ``CFLAGS`` or
1179 CFLAGS='-O0 -gdwarf-2' \
1182 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
/trusted-firmware-a-latest/docs/
Dchange-log.md2154 …- allow additional CFLAGS for library build ([5a65fcd](https://review.trustedfirmware.org/plugins/…
7129 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`