Lines Matching refs:RUSTC
39 # 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=$(objtree)/$(obj)/test/rustc_sysroot $(CARGO) $(cargo_quiet) \
396 quiet_cmd_rustc_library = $(if $(skip_clippy),RUSTC,$(RUSTC_OR_CLIPPY_QUIET)) L $@
399 $(if $(skip_clippy),$(RUSTC),$(RUSTC_OR_CLIPPY)) \