Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/
Drust_is_available.sh25 if ! command -v "$RUSTC" >/dev/null; then
28 echo >&2 "*** Rust compiler '$RUSTC' could not be found."
48 LC_ALL=C "$RUSTC" --version 2>/dev/null \
58 echo >&2 "*** Rust compiler '$RUSTC' is too old."
67 echo >&2 "*** Rust compiler '$RUSTC' is too new. This may or may not work."
149 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)
/Linux-v6.1/rust/
DMakefile28 rustc_sysroot := $(shell $(RUSTC) $(rust_flags) --print sysroot)
29 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
118 quiet_cmd_rustc_test_library = RUSTC TL $<
121 $(RUSTC) $(rust_common_flags) \
149 quiet_cmd_rustc_test = RUSTC T $<
152 $(RUSTC) --test $(rust_common_flags) \
202 RUSTC=$(objtree)/$(obj)/test/rustc_sysroot $(CARGO) $(cargo_quiet) \
337 quiet_cmd_rustc_library = $(if $(skip_clippy),RUSTC,$(RUSTC_OR_CLIPPY_QUIET)) L $@
340 $(if $(skip_clippy),$(RUSTC),$(RUSTC_OR_CLIPPY)) \
/Linux-v6.1/Documentation/kbuild/
Dkbuild.rst66 Additional options for $(RUSTC) when used to compile
71 Additional module specific options to use for $(RUSTC).
Dmakefiles.rst1191 $(RUSTC) compiler flags
1229 $(RUSTC) options specific for built-in
1235 Options for $(RUSTC) when building modules
1238 are used for $(RUSTC).
/Linux-v6.1/
DMakefile504 RUSTC = rustc macro
591 RUSTC_OR_CLIPPY_QUIET := RUSTC
592 RUSTC_OR_CLIPPY = $(RUSTC)
603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
/Linux-v6.1/init/
DKconfig1934 default $(shell,command -v $(RUSTC) >/dev/null 2>&1 && $(RUSTC) --version || echo n)