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

/linux-master/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...]
/linux-master/rust/
H A DMakefile39 # Avoids running `$(RUSTC)` for the sysroot when it may not be available.
43 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot)
44 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
137 quiet_cmd_rustc_test_library = RUSTC TL $<
140 $(RUSTC) $(rust_common_flags) \
196 quiet_cmd_rustc_test = RUSTC T $<
199 $(RUSTC) --test $(rust_common_flags) \
229 # steps, thus we use a wrapper binary passed via `RUSTC` to pass the flag.
245 echo "$(RUSTC) --sysroot=$(abspath $(objtree)/$(obj)/test/sysroot) \"\$$@\"" \
249 RUSTC
[all...]
/linux-master/
H A DMakefile498 RUSTC = rustc macro
585 RUSTC_OR_CLIPPY_QUIET := RUSTC
586 RUSTC_OR_CLIPPY = $(RUSTC)
597 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO

Completed in 109 milliseconds