Home
last modified time | relevance | path

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

/linux/scripts/
A Drust_is_available.sh253 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)
254 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
/linux/rust/
A DMakefile43 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot) macro
45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
365 $(rustc_sysroot) $(RUST_LIB_SRC) $(KBUILD_EXTMOD) > \

Completed in 5 milliseconds