Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/
DMakefile.host129 cmd_host-cxxmulti = $(HOSTCXX) $(KBUILD_HOSTLDFLAGS) -o $@ \
138 quiet_cmd_host-cxxobjs = HOSTCXX $@
139 cmd_host-cxxobjs = $(HOSTCXX) $(hostcxx_flags) -c -o $@ $<
155 quiet_cmd_host-cxxshobjs = HOSTCXX -fPIC $@
156 cmd_host-cxxshobjs = $(HOSTCXX) $(hostcxx_flags) -fPIC -c -o $@ $<
173 cmd_host-cxxshlib = $(HOSTCXX) $(KBUILD_HOSTLDFLAGS) -shared -o $@ \
/Linux-v5.4/scripts/gcc-plugins/
DKconfig2 preferred-plugin-hostcc := $(if-success,[ $(gcc-version) -ge 40800 ],$(HOSTCXX),$(HOSTCC))
6 …default "$(shell,$(srctree)/scripts/gcc-plugin.sh "$(preferred-plugin-hostcc)" "$(HOSTCXX)" "$(CC)…
8 Host compiler used to build GCC plugins. This can be $(HOSTCXX),
/Linux-v5.4/Documentation/kbuild/
Dkbuild.rst70 Additional flags to be passed to $(HOSTCXX) when building host programs.
/Linux-v5.4/
DMakefile398 HOSTCXX = g++ macro
476 export PERL PYTHON PYTHON2 PYTHON3 CHECK CHECKFLAGS MAKE UTS_MACHINE HOSTCXX