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

/linux-master/scripts/
H A Drust_is_available.sh252 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)
253 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
/linux-master/rust/
H A DMakefile43 rustc_sysroot := $(shell MAKEFLAGS= $(RUSTC) $(rust_flags) --print sysroot) macro
45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library
241 cp -a $(rustc_sysroot) $(objtree)/$(obj)/test/sysroot; \
244 echo '\#!/bin/sh' > $(objtree)/$(obj)/test/rustc_sysroot; \
246 >> $(objtree)/$(obj)/test/rustc_sysroot; \
247 chmod u+x $(objtree)/$(obj)/test/rustc_sysroot; \
249 RUSTC=$(objtree)/$(obj)/test/rustc_sysroot $(CARGO) $(cargo_quiet) \

Completed in 118 milliseconds