Searched refs:RUSTC (Results 1 – 5 of 5) sorted by relevance
/linux/scripts/ |
H A D | Kconfig.include | 68 rustc-version := $(shell,$(srctree)/scripts/rustc-version.sh $(RUSTC)) 69 rustc-llvm-version := $(shell,$(srctree)/scripts/rustc-llvm-version.sh $(RUSTC)) 77 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
|
H A D | Makefile.compiler | 84 rustc-option = $(call __rustc-option, $(RUSTC),\
|
/linux/rust/ |
H A D | Makefile | 41 libmacros_name := $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name macros --crate-type p… 47 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot) 48 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2) 375 quiet_cmd_rustc_library = $(if $(skip_clippy),RUSTC,$(RUSTC_OR_CLIPPY_QUIET)) L $@ 378 $(if $(skip_clippy),$(RUSTC),$(RUSTC_OR_CLIPPY)) \
|
/linux/ |
H A D | Makefile | 523 RUSTC = rustc macro 609 RUSTC_OR_CLIPPY_QUIET := RUSTC 610 RUSTC_OR_CLIPPY = $(RUSTC) 620 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN 707 RUSTC_VERSION_TEXT = $(subst $(pound),,$(shell $(RUSTC) --version 2>/dev/null))
|
/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 1172 $(RUSTC) compiler flags 1212 $(RUSTC) options specific for built-in 1218 Options for $(RUSTC) when building modules 1221 are used for $(RUSTC).
|