Searched refs:rustc_sysroot (Results 1 – 2 of 2) sorted by relevance
270 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)271 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
50 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot) macro52 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library