Home
last modified time | relevance | path

Searched refs:HOSTCXX (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/gcc-plugins/
H A DMakefile50 quiet_cmd_plugin_cxx_so_c = HOSTCXX $@
51 cmd_plugin_cxx_so_c = $(HOSTCXX) $(plugin_cxxflags) $(plugin_ldflags) -o $@ $<
57 cmd_plugin_ld_so_o = $(HOSTCXX) $(plugin_ldflags) -o $@ \
64 quiet_cmd_plugin_cxx_o_c = HOSTCXX $@
65 cmd_plugin_cxx_o_c = $(HOSTCXX) $(plugin_cxxflags) -c -o $@ $<
/linux/scripts/
H A DMakefile.host136 cmd_host-cxxmulti = $(HOSTCXX) $(KBUILD_HOSTLDFLAGS) -o $@ \
145 quiet_cmd_host-cxxobjs = HOSTCXX $@
146 cmd_host-cxxobjs = $(HOSTCXX) $(hostcxx_flags) -c -o $@ $<
/linux/
H A DMakefile456 HOSTCXX = $(LLVM_PREFIX)clang++$(LLVM_SUFFIX) macro
459 HOSTCXX = g++ macro
622 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX
/linux/Documentation/kbuild/
H A Dkbuild.rst88 Additional flags to be passed to $(HOSTCXX) when building host programs.