Home
last modified time | relevance | path

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

/u-boot/scripts/
A DMakefile.host91 quiet_cmd_host-csingle = HOSTCC $@
92 cmd_host-csingle = $(HOSTCC) $(hostc_flags) -o $@ $< \
100 cmd_host-cmulti = $(HOSTCC) $(KBUILD_HOSTLDFLAGS) -o $@ \
109 quiet_cmd_host-cobjs = HOSTCC $@
110 cmd_host-cobjs = $(HOSTCC) $(hostc_flags) -c -o $@ $<
133 quiet_cmd_host-cshobjs = HOSTCC -fPIC $@
134 cmd_host-cshobjs = $(HOSTCC) $(hostc_flags) -fPIC -c -o $@ $<
151 cmd_host-cshlib = $(HOSTCC) $(HOSTLDFLAGS) -shared -o $@ \
A DKbuild.include125 hostcc-option = $(call __cc-option, $(HOSTCC),\
/u-boot/doc/build/
A Dclang.rst36 make HOSTCC=clang rpi_2_defconfig
37 make HOSTCC=clang CROSS_COMPILE=arm-linux-gnueabi- \
44 make HOSTCC=clang sandbox_defconfig
45 make HOSTCC=clang CC=clang -j8
/u-boot/tools/env/
A DMakefile9 override HOSTCC = $(CC)
/u-boot/board/bosch/shc/
A DREADME30 HOSTCC scripts/basic/fixdep
31 HOSTCC scripts/kconfig/conf.o
35 HOSTCC scripts/kconfig/zconf.tab.o
/u-boot/tools/
A DMakefile303 override HOSTCC = $(CC)
/u-boot/
A DMakefile278 HOSTCC = cc macro
323 HOSTCC = $(call os_x_before, 10, 5, "cc", "gcc") macro
449 export CONFIG_SHELL HOSTCC KBUILD_HOSTCFLAGS CROSS_COMPILE AS LD CC
/u-boot/tools/binman/
A DREADME916 environment variables like CC and HOSTCC for the C compiler, based on whether

Completed in 15 milliseconds