Home
last modified time | relevance | path

Searched refs:RUSTC (Results 1 – 9 of 9) sorted by relevance

/linux/scripts/
H A DKconfig.include71 rustc-version := $(shell,$(srctree)/scripts/rustc-version.sh $(RUSTC))
72 rustc-llvm-version := $(shell,$(srctree)/scripts/rustc-llvm-version.sh $(RUSTC))
78 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
H A DMakefile.compiler88 rustc-option = $(call __rustc-option, $(RUSTC),\
/linux/tools/build/
H A DMakefile.build82 $(RUSTC) $(rust_flags) \
86 quiet_cmd_rustc_a_rs = $(RUSTC) $(quiet_modtag) $@
/linux/rust/
H A DMakefile55 procmacro-name = $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name $(1) --crate-type proc…
65 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot)
66 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
/linux/tools/scripts/
H A DMakefile.include112 RUSTC ?= rustc
/linux/Documentation/translations/zh_CN/rust/
H A Dquick-start.rst119 make LLVM=1 RUSTC=rustc-1.85 RUSTDOC=rustdoc-1.85 RUSTFMT=rustfmt-1.85 \
/linux/
H A DMakefile549 RUSTC = rustc macro
636 RUSTC_OR_CLIPPY_QUIET := RUSTC
637 RUSTC_OR_CLIPPY = $(RUSTC)
647 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN LLVM_LINK
738 RUSTC_VERSION_TEXT = $(subst $(pound),,$(shell $(RUSTC) --version 2>/dev/null))
/linux/tools/build/feature/
H A DMakefile392 $(RUSTC) --version > /dev/null 2>&1
/linux/tools/perf/
H A DMakefile.perf275 export srctree OUTPUT RM CC CXX RUSTC CLANG LD AR CFLAGS CXXFLAGS RUST_FLAGS V BISON FLEX AWK LIBBPF READELF