Home
last modified time | relevance | path

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

/trusted-firmware-a-3.4.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.4.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.4.0/tools/encrypt_fw/
DMakefile52 HOSTCC ?= gcc macro
61 ${HOSTCC} -c ${HOSTCCFLAGS} -xc - -o src/build_msg.o
62 ${Q}${HOSTCC} src/build_msg.o ${OBJECTS} ${LIB_DIR} ${LIB} -o $@
66 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} ${INC_DIR} $< -o $@
/trusted-firmware-a-3.4.0/tools/amlogic/
DMakefile29 HOSTCC := gcc macro
37 ${Q}${HOSTCC} ${OBJECTS} -o $@
44 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} $< -o $@
/trusted-firmware-a-3.4.0/tools/stm32image/
DMakefile29 HOSTCC := gcc macro
37 ${Q}${HOSTCC} ${OBJECTS} -o $@
44 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} $< -o $@
/trusted-firmware-a-3.4.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.4.0/tools/fiptool/
DMakefile43 HOSTCC ?= gcc macro
61 ${Q}${HOSTCC} ${OBJECTS} -o $@ ${LDLIBS}
68 ${Q}${HOSTCC} -c ${CPPFLAGS} ${HOSTCCFLAGS} ${INCLUDE_PATHS} $< -o $@
/trusted-firmware-a-3.4.0/tools/cert_create/
DMakefile77 HOSTCC ?= gcc macro
87 ${HOSTCC} -c ${HOSTCCFLAGS} -xc - -o src/build_msg.o
88 ${Q}${HOSTCC} src/build_msg.o ${OBJECTS} ${LIB_DIR} ${LIB} -o $@
92 ${Q}${HOSTCC} -c ${HOSTCCFLAGS} ${INC_DIR} $< -o $@
/trusted-firmware-a-3.4.0/
DMakefile181 HOSTCC := gcc macro
182 export HOSTCC
/trusted-firmware-a-3.4.0/docs/
Dchange-log.md4047 - Invoke host compiler with `HOSTCC / HOSTCCFLAGS` instead of `CC / CFLAGS`