Searched refs:RUSTC (Results 1 – 6 of 6) sorted by relevance
25 if ! command -v "$RUSTC" >/dev/null; then28 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)
31 rustc_sysroot := $(shell $(RUSTC) $(rust_flags) --print sysroot)32 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)122 quiet_cmd_rustc_test_library = RUSTC TL $<125 $(RUSTC) $(rust_common_flags) \156 quiet_cmd_rustc_test = RUSTC T $<159 $(RUSTC) --test $(rust_common_flags) \209 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)) \
66 Additional options for $(RUSTC) when used to compile71 Additional module specific options to use for $(RUSTC).
1154 $(RUSTC) compiler flags1194 $(RUSTC) options specific for built-in1200 Options for $(RUSTC) when building modules1203 are used for $(RUSTC).
500 RUSTC = rustc macro587 RUSTC_OR_CLIPPY_QUIET := RUSTC588 RUSTC_OR_CLIPPY = $(RUSTC)599 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
1972 default $(shell,command -v $(RUSTC) >/dev/null 2>&1 && $(RUSTC) --version || echo n)
Completed in 16 milliseconds