Home
last modified time | relevance | path

Searched refs:RUSTC (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/scripts/
H A Drust_is_available.sh47 if [ -z "${RUSTC+x}" ]; then
49 echo >&2 "*** Environment variable 'RUSTC' is not set."
66 if ! command -v "$RUSTC" >/dev/null; then
68 echo >&2 "*** Rust compiler '$RUSTC' could not be found."
85 LC_ALL=C "$RUSTC" --version 2>/dev/null
89 echo >&2 "*** Running '$RUSTC' to check the Rust compiler version failed with"
102 echo >&2 "*** Running '$RUSTC' to check the Rust compiler version did not return"
114 echo >&2 "*** Rust compiler '$RUSTC' is too old."
122 echo >&2 "*** Rust compiler '$RUSTC' is too new. This may or may not work."
252 rustc_sysroot=$("$RUSTC"
[all...]
/kernel/linux/linux-6.6/rust/
H A DMakefile39 # Avoids running `$(RUSTC)` for the sysroot when it may not be available.
43 rustc_sysroot := $(shell $(RUSTC) $(rust_flags) --print sysroot)
44 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
135 quiet_cmd_rustc_test_library = RUSTC TL $<
138 $(RUSTC) $(rust_common_flags) \
193 quiet_cmd_rustc_test = RUSTC T $<
196 $(RUSTC) --test $(rust_common_flags) \
226 # steps, thus we use a wrapper binary passed via `RUSTC` to pass the flag.
242 echo "$(RUSTC) --sysroot=$(abspath $(objtree)/$(obj)/test/sysroot) \"\$$@\"" \
246 RUSTC
[all...]
/kernel/linux/linux-6.6/
H A DMakefile501 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

Completed in 4 milliseconds