Home
last modified time | relevance | path

Searched refs:HOSTCC (Results 1 – 12 of 12) sorted by relevance

/trusted-firmware-a-3.6.0-3.5.0/tools/nxp/create_pbl/
DMakefile34 HOSTCC ?= gcc macro
43 ${Q}${HOSTCC} ${OBJECTS_1} -o $@ ${LDLIBS}
50 ${Q}${HOSTCC} ${OBJECTS_2} -o $@ ${LDLIBS}
57 ${Q}${HOSTCC} -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/marvell/doimage/
DMakefile28 HOSTCC ?= gcc macro
37 ${Q}${HOSTCC} ${OBJECTS} ${DOIMAGE_LD_FLAGS} -o $@
44 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/amlogic/
DMakefile29 HOSTCC := gcc macro
37 ${Q}${HOSTCC} ${OBJECTS} -o $@
44 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/stm32image/
DMakefile29 HOSTCC := gcc macro
37 ${Q}${HOSTCC} ${OBJECTS} -o $@
44 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/encrypt_fw/
DMakefile64 HOSTCC ?= gcc macro
73 ${HOSTCC} -c ${HOSTCCFLAGS} -xc - -o src/build_msg.o
74 ${Q}${HOSTCC} src/build_msg.o ${OBJECTS} ${LIB_DIR} ${LIB} -o $@
78 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} ${INC_DIR} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/sptool/
DMakefile32 HOSTCC ?= gcc macro
40 ${Q}${HOSTCC} ${OBJECTS} -o $@ ${LDLIBS}
47 ${Q}${HOSTCC} -c ${CPPFLAGS} ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/cert_create/
DMakefile84 HOSTCC ?= gcc macro
94 ${HOSTCC} -c ${HOSTCCFLAGS} -xc - -o src/build_msg.o
95 ${Q}${HOSTCC} src/build_msg.o ${OBJECTS} ${LIB_DIR} ${LIB} -o $@
99 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} ${INC_DIR} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/
DMakefile53 HOSTCC ?= gcc macro
76 ${Q}${HOSTCC} ${OBJECTS} -o $@ ${LDLIBS}
83 ${Q}${HOSTCC} -c ${CPPFLAGS} ${HOSTCCFLAGS} ${INCLUDE_PATHS} -MD -MP $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/plat/st/stm32mp1/
Dcert_create_tbbr.mk14 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} ${INC_DIR} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/tools/fiptool/plat_fiptool/st/stm32mp1/
Dplat_fiptool.mk20 ${HOSTCC} -c ${CPPFLAGS} ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
/trusted-firmware-a-3.6.0-3.5.0/
DMakefile189 HOSTCC := gcc macro
190 export HOSTCC
/trusted-firmware-a-3.6.0-3.5.0/docs/
Dchange-log.md5979 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`