Home
last modified time | relevance | path

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

/linux-6.15/scripts/
H A Drust_is_available.sh270 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)
271 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
/linux-6.15/rust/
H A DMakefile50 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot) macro
52 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library