Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/tools/nxp/create_pbl/
A DMakefile18 CFLAGS := -Wall -Werror -pedantic -std=c99
20 CFLAGS += -g -O0 -DDEBUG
22 CFLAGS += -O2
57 ${Q}${HOSTCC} -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
/tf-a-ffa_el3_spmc/tools/fiptool/
A DMakefile.msvc18 CFLAGS = $(CFLAGS) /nologo /Za /Zi /c /O2 /MT
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/tf-a-ffa_el3_spmc/tools/renesas/rzg_layout_create/
A Dmakefile66 CFLAGS += ${DEFINES}
67 CFLAGS += -nostdinc \
/tf-a-ffa_el3_spmc/tools/renesas/rcar_layout_create/
A Dmakefile71 CFLAGS += ${DEFINES}
72 CFLAGS += -I../../include/lib/stdlib
/tf-a-ffa_el3_spmc/make_helpers/
A Dwindows.mk86 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
A Dbuild_macros.mk271 $$(Q)$$(CC) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@
307 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…
499 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/m0/
A DMakefile37 CFLAGS := -ffunction-sections -fdata-sections -fomit-frame-pointer -fno-common macro
79 $$(Q)$$(CC) $$(COMMON_FLAGS) $$(CFLAGS) $$(INCLUDES) -MMD -MT $$@ -c $$< -o $$@
/tf-a-ffa_el3_spmc/docs/getting_started/
A Dbuild-options.rst134 - ``CFLAGS``: Extra user options appended on the compiler's command line in
830 Extra debug options can be passed to the build system by setting ``CFLAGS`` or
835 CFLAGS='-O0 -gdwarf-2' \
838 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
/tf-a-ffa_el3_spmc/docs/
A Dchange-log.rst2387 - Invoke host compiler with ``HOSTCC / HOSTCCFLAGS`` instead of ``CC / CFLAGS``

Completed in 58 milliseconds