Home
last modified time | relevance | path

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

/arm-trusted-firmware-2.8.0/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 $@
/arm-trusted-firmware-2.8.0/tools/fiptool/
A DMakefile.msvc18 CFLAGS = $(CFLAGS) /nologo /Za /Zi /c /O2 /MT
37 $(CC) -c $(CFLAGS) $(INC) $< -Fo$@
/arm-trusted-firmware-2.8.0/tools/renesas/rcar_layout_create/
A Dmakefile71 CFLAGS += ${DEFINES}
72 CFLAGS += -I../../include/lib/stdlib
/arm-trusted-firmware-2.8.0/tools/renesas/rzg_layout_create/
A Dmakefile66 CFLAGS += ${DEFINES}
67 CFLAGS += -nostdinc \
/arm-trusted-firmware-2.8.0/make_helpers/
A Dwindows.mk87 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -x c -c - -o $1
A Dbuild_macros.mk285 $$(Q)$$(CC) $$(TF_CFLAGS) $$(CFLAGS) $(MAKE_DEP) -c $$< -o $$@
321 …$$(Q)$$(CC) $$(LTO_CFLAGS) $$(TF_CFLAGS) $$(CFLAGS) $(BL_CPPFLAGS) $(BL_CFLAGS) $(MAKE_DEP) -c $$<…
518 $$(CC) $$(TF_CFLAGS) $$(CFLAGS) -xc -c - -o $(BUILD_DIR)/build_message.o
/arm-trusted-firmware-2.8.0/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 $$@
/arm-trusted-firmware-2.8.0/docs/getting_started/
A Dbuild-options.rst137 - ``CFLAGS``: Extra user options appended on the compiler's command line in
1104 Extra debug options can be passed to the build system by setting ``CFLAGS`` or
1109 CFLAGS='-O0 -gdwarf-2' \
1112 Note that using ``-Wl,`` style compilation driver options in ``CFLAGS`` will be
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md4961 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`

Completed in 18 milliseconds