Home
last modified time | relevance | path

Searched refs:rustc_sysroot (Results 1 – 1 of 1) sorted by relevance

/linux/rust/
H A DMakefile59 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot)
61 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
593 $(rustc_sysroot) $(RUST_LIB_SRC) $(if $(KBUILD_EXTMOD),$(srcroot)) \
55 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot) global() macro