Home
last modified time | relevance | path

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

/linux/scripts/gcc-plugins/
A DMakefile44 quiet_cmd_plugin_cxx_so_c = HOSTCXX $@
45 cmd_plugin_cxx_so_c = $(HOSTCXX) $(plugin_cxxflags) $(plugin_ldflags) -o $@ $<
51 cmd_plugin_ld_so_o = $(HOSTCXX) $(plugin_ldflags) -o $@ \
58 quiet_cmd_plugin_cxx_o_c = HOSTCXX $@
59 cmd_plugin_cxx_o_c = $(HOSTCXX) $(plugin_cxxflags) -c -o $@ $<
/linux/scripts/
A DMakefile.host117 cmd_host-cxxmulti = $(HOSTCXX) $(KBUILD_HOSTLDFLAGS) -o $@ \
126 quiet_cmd_host-cxxobjs = HOSTCXX $@
127 cmd_host-cxxobjs = $(HOSTCXX) $(hostcxx_flags) -c -o $@ $<
/linux/Documentation/kbuild/
A Dllvm.rst61 HOSTCC=clang HOSTCXX=clang++ HOSTAR=llvm-ar HOSTLD=ld.lld
A Dkbuild.rst70 Additional flags to be passed to $(HOSTCXX) when building host programs.
/linux/
A DMakefile428 HOSTCXX = clang++ macro
431 HOSTCXX = g++ macro
530 export PERL PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX

Completed in 7 milliseconds