Searched refs:RUSTC (Results 1 – 10 of 10) sorted by relevance
66 if ! command -v "$RUSTC" >/dev/null; then68 echo >&2 "*** Rust compiler '$RUSTC' could not be found."85 LC_ALL=C "$RUSTC" --version 2>/dev/null89 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."256 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)
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) \192 quiet_cmd_rustc_test = RUSTC T $<195 $(RUSTC) --test $(rust_common_flags) \245 RUSTC=$(objtree)/$(obj)/test/rustc_sysroot $(CARGO) $(cargo_quiet) \393 quiet_cmd_rustc_library = $(if $(skip_clippy),RUSTC,$(RUSTC_OR_CLIPPY_QUIET)) L $@396 $(if $(skip_clippy),$(RUSTC),$(RUSTC_OR_CLIPPY)) \
157 ENV RUSTC=/usr/local/rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/rustc169 test "$RUSTC" = "$(/usr/local/cargo/bin/rustup +nightly which rustc)"
9 RUSTC = "rustc"
56 rustc = d.getVar('RUSTC')63 do_write_config[vardeps] += "CC CXX AR NM STRIP READELF OBJCOPY CFLAGS CXXFLAGS LDFLAGS RUSTC RUSTF…
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).
501 RUSTC = rustc macro 591 RUSTC_OR_CLIPPY_QUIET := RUSTC592 RUSTC_OR_CLIPPY = $(RUSTC)603 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN CARGO
210 --rustc=*) RUSTC="$optarg"904 --rustc=RUSTC use Rust compiler RUSTC [$rustc]
1928 default "$(shell,$(RUSTC) --version 2>/dev/null)"