Searched refs:rustc_sysroot (Results 1 – 2 of 2) sorted by relevance
256 rustc_sysroot=$("$RUSTC" $KRUSTFLAGS --print sysroot)257 rustc_src=${RUST_LIB_SRC:-"$rustc_sysroot/lib/rustlib/src/rust/library"}
43 rustc_sysroot := $(shell $(RUSTC) $(rust_flags) --print sysroot) macro45 RUST_LIB_SRC ?= $(rustc_sysroot)/lib/rustlib/src/rust/library237 cp -a $(rustc_sysroot) $(objtree)/$(obj)/test/sysroot; \240 echo '\#!/bin/sh' > $(objtree)/$(obj)/test/rustc_sysroot; \242 >> $(objtree)/$(obj)/test/rustc_sysroot; \243 chmod u+x $(objtree)/$(obj)/test/rustc_sysroot; \245 RUSTC=$(objtree)/$(obj)/test/rustc_sysroot $(CARGO) $(cargo_quiet) \