Fix building rustc and the rustc test suite
This commit is contained in:
parent
dcae9acda0
commit
ade0e38b5e
1 changed files with 3 additions and 0 deletions
|
@ -41,3 +41,6 @@ popd
|
|||
# Allow the testsuite to use llvm tools
|
||||
host_triple=$(rustc -vV | grep host | cut -d: -f2 | tr -d " ")
|
||||
export LLVM_BIN_DIR="$(rustc --print sysroot)/lib/rustlib/$host_triple/bin"
|
||||
|
||||
# local-rebuild should probably set this unconditionally
|
||||
export BOOTSTRAP_SKIP_TARGET_SANITY=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue