Searched refs:RUSTC (Results 1 – 8 of 8) sorted by relevance
46 libmacros_name := $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name macros --crate-type p…49 libpin_init_internal_name := $(shell MAKEFLAGS= $(RUSTC) --print file-names --crate-name pin_init_i…55 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot)56 rustc_host_target := $(shell $(RUSTC) --version --verbose | grep -F 'host: ' | cut -d' ' -f2)
74 在编译内置代码时,传递给 $(RUSTC) 的额外选项。78 用于 $(RUSTC) 的额外模块特定选项。
71 rustc-version := $(shell,$(srctree)/scripts/rustc-version.sh $(RUSTC))72 rustc-llvm-version := $(shell,$(srctree)/scripts/rustc-llvm-version.sh $(RUSTC))80 rustc-option = $(success,trap "rm -rf .tmp_$$" EXIT; mkdir .tmp_$$; $(RUSTC) $(1) --crate-type=rlib…
88 rustc-option = $(call __rustc-option, $(RUSTC),\
530 RUSTC = rustc macro617 RUSTC_OR_CLIPPY_QUIET := RUSTC618 RUSTC_OR_CLIPPY = $(RUSTC)628 export RUSTC RUSTDOC RUSTFMT RUSTC_OR_CLIPPY_QUIET RUSTC_OR_CLIPPY BINDGEN715 RUSTC_VERSION_TEXT = $(subst $(pound),,$(shell $(RUSTC) --version 2>/dev/null))
71 Additional options for $(RUSTC) when used to compile76 Additional module specific options to use for $(RUSTC).
674 $(RUSTC) support functions1187 $(RUSTC) compiler flags1227 $(RUSTC) options specific for built-in1233 Options for $(RUSTC) when building modules1236 are used for $(RUSTC).
123 make LLVM=1 RUSTC=rustc-1.80 RUSTDOC=rustdoc-1.80 RUSTFMT=rustfmt-1.80 \